summaryrefslogtreecommitdiff
path: root/candle-examples/examples/quantized-qwen2-instruct/README.md
blob: 8129b3fc97734a19cf57e4908595dd2d80dda2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
# candle-quantized-qwen2-instruct

[Qwen2]((https://qwenlm.github.io/blog/qwen2/)) is an upgraded version of Qwen1.5, released by Alibaba Cloud.

## Running the example

```bash
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.