candle-examples 0.10.2

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

Uses `THUDM/chatglm3-6b` to generate chinese text. Will not generate text for english (usually).
 
## Text Generation

```bash
cargo run --example chatglm --release  -- --prompt "部署门槛较低等众多优秀特 "

> 部署门槛较低等众多优秀特 点,使得其成为了一款备受欢迎的AI助手。
> 
> 作为一款人工智能助手,ChatGLM3-6B
```