We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e16d1 commit 43ce5b2Copy full SHA for 43ce5b2
examples/qualcomm/oss_scripts/llama/llama.py
@@ -595,7 +595,7 @@ def permute(w, heads):
595
annotate_conv=args.ptq != "16a8w",
596
),
597
)
598
- if args.decoder_model == {"stories110m", "stories260k"}:
+ if args.decoder_model in {"stories110m", "stories260k"}:
599
custom_annotations = custom_annotations + (
600
annotate_linear_16a8w_in_affine_layer,
601
0 commit comments