Skip to content

Commit 18eecf4

Browse files
authored
Fix missing backslashes in Qwen3 example commands (#10599)
1 parent d2d2bf6 commit 18eecf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/models/qwen3/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python -m examples.models.llama.export_llama \
2424
-d fp32 \
2525
-X \
2626
--xnnpack-extended-ops \
27-
-qmode 8da4w
27+
-qmode 8da4w \
2828
--output_name="qwen3-0_6b.pte" \
2929
--verbose
3030
```
@@ -39,7 +39,7 @@ python -m examples.models.llama.export_llama \
3939
-d fp32 \
4040
-X \
4141
--xnnpack-extended-ops \
42-
-qmode 8da4w
42+
-qmode 8da4w \
4343
--output_name="qwen3-1_7b.pte" \
4444
--verbose
4545
```
@@ -54,7 +54,7 @@ python -m examples.models.llama.export_llama \
5454
-d fp32 \
5555
-X \
5656
--xnnpack-extended-ops \
57-
-qmode 8da4w
57+
-qmode 8da4w \
5858
--output_name="qwen3-4b.pte" \
5959
--verbose
6060
```

0 commit comments

Comments
 (0)