Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ pred = model.generate(**inputs, max_new_tokens=64,repetition_penalty=1.1)
print(tokenizer.decode(pred.cpu()[0], skip_special_tokens=True))

```
## 轻量化部署
baichuan 支持本地轻量化部署,将模型量化为 int4,可以在本地 CPU,移动端 CPU 进行实时部署,具体参见 [InferLLM](https://github.com/MegEngine/InferLLM/blob/main/application/baichuan/Readme.md)。

# 数据

Expand Down