candle-examples 0.10.2

Minimalist ML framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# candle-llama

Candle implementations of various Llama based architectures.

## Running an example

```bash
$ cargo run --example llama -- --prompt "Machine learning is " --which v32-3b-instruct

> Machine learning is  the part of computer science which deals with the development of algorithms and
```