Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add description for chatglm2
  • Loading branch information
shihaobai authored Aug 11, 2023
1 parent b02ea3b commit b9e299a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ LightLLM is a Python-based LLM (Large Language Model) inference and serving fram
- [LLaMA](https://github.com/facebookresearch/llama)
- [LLaMA V2](https://huggingface.co/meta-llama)
- [StarCoder](https://github.com/bigcode-project/starcoder)
- [Qwen-7b](https://github.com/QwenLM/Qwen-7B)
- [Qwen-7b](https://github.com/QwenLM/Qwen-7B)
- [ChatGLM2-6b](https://github.com/THUDM/ChatGLM2-6B)

> When you start Qwen-7b, you need to set the parameter '--eos_id 151643'.
> ChatGLM2 needs to set the parameter '--trust_remote_code'.
## Get started

### Requirements
Expand Down

0 comments on commit b9e299a

Please sign in to comment.