ipex-llm/python/llm/example/GPU/PyTorch-Models/Model
Zhicun c7e839e66c Add Qwen1.5-7B-Chat (#10113)
* add Qwen1.5-7B-Chat

* modify Qwen1.5 example

* update README

* update prompt format

* update folder name and example README

* add Chinese prompt sample output

* update link in README

* correct the link

* update transformer version
2024-02-21 13:29:29 +08:00
..
aquila2 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
baichuan LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
baichuan2 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
bark LLM: add bark gpu example (#10091) 2024-02-07 10:47:11 +08:00
bluelm LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
chatglm2 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
chatglm3 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
codellama LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
distil-whisper LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
dolly-v1 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
dolly-v2 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
flan-t5 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
internlm2 Add HF and PyTorch example InternLM2 (#10061) 2024-02-04 10:25:55 +08:00
llama2 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
llava LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
mistral LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
mixtral LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
phi-1_5 LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
phixtral add phixtral and optimize phi-moe (#10052) 2024-02-05 11:12:47 +08:00
qwen-vl LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
qwen1.5 Add Qwen1.5-7B-Chat (#10113) 2024-02-21 13:29:29 +08:00
replit LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
solar LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
speech-t5 LLM: add speech T5 GPU example (#10090) 2024-02-07 10:50:02 +08:00
starcoder LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
yi LLM: GPU Example Updates for Windows (#9992) 2024-01-29 11:25:11 +08:00
README.md LLM GPU Example Update for Windows Support (#9902) 2024-01-24 13:42:27 +08:00

BigDL-LLM INT4 Optimization for Large Language Model on Intel GPUs

You can use optimize_model API to accelerate general PyTorch models on Intel GPUs. This directory contains example scripts to help you quickly get started using BigDL-LLM to run some popular open-source models in the community. Each model has its own dedicated folder, where you can find detailed instructions on how to install and run it.