ipex-llm/python/llm/example/GPU/HuggingFace/LLM
Jin, Qiao 82a61b5cf3
Limit trl version in example (#12332)
* Limit trl version in example

* Limit trl version in example
2024-11-05 14:50:10 +08:00
..
aquila
aquila2
baichuan
baichuan2
bluelm
chatglm2
chatglm3
chinese-llama2
codegeex2 Codegeex2 tokenization fix (#11831) 2024-08-16 15:48:47 +08:00
codegemma
codellama change 5 pytorch/huggingface models to fp16 (#11894) 2024-08-22 16:12:09 +08:00
codeshell
cohere
deciLM-7b Reorganize MiniCPM-V-2_6 example & update others MiniCPM-V-2 exmaples (#11815) 2024-08-16 14:48:56 +08:00
deepseek
dolly-v1
dolly-v2
falcon refactor ot remove old rope usage (#12224) 2024-10-17 17:06:09 +08:00
flan-t5
gemma
gemma2 Limit trl version in example (#12332) 2024-11-05 14:50:10 +08:00
glm4 Limit trl version in example (#12332) 2024-11-05 14:50:10 +08:00
gpt-j
internlm change 5 pytorch/huggingface models to fp16 (#11894) 2024-08-22 16:12:09 +08:00
internlm2 delete transformers version requirement (#11845) 2024-08-19 17:53:02 +08:00
llama2
llama3
llama3.1 Limit trl version in example (#12332) 2024-11-05 14:50:10 +08:00
llama3.2 Limit trl version in example (#12332) 2024-11-05 14:50:10 +08:00
minicpm
minicpm3 Add minicpm3 gpu example (#12114) 2024-09-26 13:51:37 +08:00
mistral
mixtral
mpt
phi-1_5
phi-2
phi-3
phixtral
qwen Update ipex-llm default transformers version to 4.37.0 (#11859) 2024-08-20 17:37:58 +08:00
qwen1.5
qwen2 Add Qwen2.5 GPU example (#12101) 2024-09-20 15:55:57 +08:00
qwen2.5 Add Qwen2.5 GPU example (#12101) 2024-09-20 15:55:57 +08:00
redpajama
replit
rwkv4
rwkv5
solar change 5 pytorch/huggingface models to fp16 (#11894) 2024-08-22 16:12:09 +08:00
stablelm
starcoder
vicuna
yi Pytorch models transformers version update (#11860) 2024-08-20 18:01:42 +08:00
yuan2
README.md

IPEX-LLM Transformers INT4 Optimization for Large Language Model on Intel GPUs

You can use IPEX-LLM to run almost every Huggingface Transformer models with INT4 optimizations on your laptops with Intel GPUs. This directory contains example scripts to help you quickly get started using IPEX-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.