Skip to content

Commit 43ce5b2

Browse files
committed
Fix mainline
1 parent f0e16d1 commit 43ce5b2

File tree

1 file changed

+1
-1
lines changed
  • examples/qualcomm/oss_scripts/llama

1 file changed

+1
-1
lines changed

examples/qualcomm/oss_scripts/llama/llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def permute(w, heads):
595595
annotate_conv=args.ptq != "16a8w",
596596
),
597597
)
598-
if args.decoder_model == {"stories110m", "stories260k"}:
598+
if args.decoder_model in {"stories110m", "stories260k"}:
599599
custom_annotations = custom_annotations + (
600600
annotate_linear_16a8w_in_affine_layer,
601601
)

0 commit comments

Comments
 (0)