Skip to content

Commit e9a2ab2

Browse files
authored
Update quantize_and_upload.py
1 parent eb277cc commit e9a2ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/torchao_model_releases/quantize_and_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def _untie_weights_and_save_locally(model_id):
589589
590590
[TODO: fix command below where necessary]
591591
```Shell
592-
python -m executorch.examples.models.qwen3.convert_weights $(hf download pytorch/Qwen3-4B-INT8-INT4) pytorch_model_converted.bin
592+
python -m executorch.examples.models.qwen3.convert_weights $(hf download {quantized_model}) pytorch_model_converted.bin
593593
```
594594
595595
Once we have the checkpoint, we export it to ExecuTorch with a max_seq_length/max_context_length of 1024 to the XNNPACK backend as follows.

0 commit comments

Comments
 (0)