Fix docs quantized qwen3 (#2955)

* fixed docs quantized-qwen3 README

* fixed docs quantized-qwen2-instruct README
This commit is contained in:
MaCAT
2025-05-15 14:58:03 +09:00
committed by GitHub
parent 450a49ed1a
commit 9ce4fe6194
2 changed files with 12 additions and 2 deletions

View File

@ -8,4 +8,8 @@
cargo run --example quantized-qwen2-instruct --release -- --prompt "Write a function to count prime numbers up to N."
```
0.5b, 1.5b, 7b and 72b models are available via `--model` argument.
0.5b, 1.5b, 7b and 72b models are available via `--which` argument.
```bash
cargo run --release --example quantized-qwen2-instruct -- --which 0.5b --prompt "Write a function to count prime numbers up to N."
```