LLM: update some gpu examples (#9136)

This commit is contained in:
binbin Deng 2023-10-11 14:23:56 +08:00 committed by GitHub
parent 1c8d5da362
commit 995b0f119f
9 changed files with 4 additions and 0 deletions

View file

@ -4,10 +4,13 @@ You can use BigDL-LLM to run almost every Huggingface Transformer models with IN
## Verified models
| Model | Example |
|----------------|----------------------------------------------------------|
| Aquila | [link](aquila) |
| Baichuan | [link](baichuan) |
| Baichuan2 | [link](baichuan2) |
| ChatGLM2 | [link](chatglm2) |
| Chinese Llama2 | [link](chinese-llama2) |
| Dolly v1 | [link](dolly-v1) |
| Dolly v2 | [link](dolly-v2) |
| Falcon | [link](falcon) |
| GPT-J | [link](gpt-j) |
| InternLM | [link](internlm) |
@ -16,6 +19,7 @@ You can use BigDL-LLM to run almost every Huggingface Transformer models with IN
| MPT | [link](mpt) |
| Qwen | [link](qwen) |
| StarCoder | [link](starcoder) |
| Vicuna | [link](vicuna) |
| Whisper | [link](whisper) |
## Verified Hardware Platforms