mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 12:20:46 +00:00
12 lines
295 B
Markdown
12 lines
295 B
Markdown
# candle-helium: 2b LLM with CC-BY licensed weights
|
|
|
|
- [Model card](https://huggingface.co/kyutai/helium-1-preview) on the HuggingFace Hub.
|
|
|
|
## Running the example
|
|
|
|
```bash
|
|
$ cargo run --example helium --release --features cuda -- --prompt 'Write helloworld code in Rust' --sample-len 150
|
|
```
|
|
|
|
|