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 d2d2bf6 commit 18eecf4Copy full SHA for 18eecf4
examples/models/qwen3/README.md
@@ -24,7 +24,7 @@ python -m examples.models.llama.export_llama \
24
-d fp32 \
25
-X \
26
--xnnpack-extended-ops \
27
- -qmode 8da4w
+ -qmode 8da4w \
28
--output_name="qwen3-0_6b.pte" \
29
--verbose
30
```
@@ -39,7 +39,7 @@ python -m examples.models.llama.export_llama \
39
40
41
42
43
--output_name="qwen3-1_7b.pte" \
44
45
@@ -54,7 +54,7 @@ python -m examples.models.llama.export_llama \
54
55
56
57
58
--output_name="qwen3-4b.pte" \
59
60
0 commit comments