mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
Add more example readmes. (#828)
* Add more readmes. * Add a readme for dinov2. * Add some skeleton files for a couple more examples. * More whisper details.
This commit is contained in:
7
candle-examples/examples/bigcode/README.md
Normal file
7
candle-examples/examples/bigcode/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# candle-starcoder: code generation model
|
||||
|
||||
StarCoder/BigCode is a LLM model specialized to code generation.
|
||||
|
||||
```bash
|
||||
cargo run --example bigcode --release -- --prompt "fn fact(n: u64) -> u64 "
|
||||
```
|
Reference in New Issue
Block a user