Skip to content

Commit fa7ff5d

Browse files
committed
Update readme
1 parent f9b733f commit fa7ff5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/models/qwen3/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ python -m examples.models.llama.export_llama \
2424
-d fp32 \
2525
-X \
2626
--xnnpack-extended-ops \
27+
-qmode 8da4w
2728
--output_name="qwen3-0_6b.pte" \
2829
--verbose
2930
```
@@ -38,6 +39,7 @@ python -m examples.models.llama.export_llama \
3839
-d fp32 \
3940
-X \
4041
--xnnpack-extended-ops \
42+
-qmode 8da4w
4143
--output_name="qwen3-1_7b.pte" \
4244
--verbose
4345
```
@@ -52,6 +54,7 @@ python -m examples.models.llama.export_llama \
5254
-d fp32 \
5355
-X \
5456
--xnnpack-extended-ops \
57+
-qmode 8da4w
5558
--output_name="qwen3-4b.pte" \
5659
--verbose
5760
```

0 commit comments

Comments
 (0)