candle-examples 0.10.2

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

Candle implementations of the Yi family of bilingual (English, Chinese) LLMs.

## Running an example

```bash
$ cargo run --example yi -- --prompt "Here is a test sentence"

> python
> print("Hello World")
> 
```