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