Qwen 3 is now supported in Candle!
Run the 3-4B model locally with:
```
cargo run --example qwen --release -- --model 3-4b --prompt 'The capital of France is '
```
On macOS, enable Metal for faster inference:
```
--features metal
```
Clone the repo and test it out. github.com/huggingface/...
Minimalist ML framework for Rust. Contribute to huggingface/candle development by creating an account on GitHub.