ipex-llm/python/llm/example/GPU/PyTorch-Models/Model
Yuwen Hu 5e8286f72d
Update ipex-llm default transformers version to 4.37.0 (#11859)
* Update default transformers version to 4.37.0

* Add dependency requirements for qwen and qwen-vl

* Temp fix transformers version for these not yet verified models

* Skip qwen test in UT for now as it requires transformers<4.37.0
2024-08-20 17:37:58 +08:00
..
aquila2
baichuan
baichuan2
bark
bluelm
chatglm2
chatglm3
codegeex2
codegemma fix gemma for 4.41 (#11531) 2024-07-18 15:02:50 -07:00
codellama
cohere Fix cohere model on transformers>=4.41 (#11575) 2024-07-17 17:18:59 -07:00
deciLM-7b
deepseek
distil-whisper
dolly-v1
dolly-v2
flan-t5
glm4 Upgrade glm-4 example transformers version (#11659) 2024-07-31 10:24:50 +08:00
internlm2 fix 1482 (#11661) 2024-07-26 12:39:09 -07:00
llama2
llama3
llava Update ipex-llm default transformers version to 4.37.0 (#11859) 2024-08-20 17:37:58 +08:00
mamba
minicpm fix minicpm for transformers>=4.39 (#11533) 2024-07-18 15:01:57 -07:00
mistral
mixtral
openai-whisper Add openai-whisper pytorch gpu (#11736) 2024-08-08 12:32:59 +08:00
phi-1_5
phi-2
phi-3
phixtral
qwen-vl Update ipex-llm default transformers version to 4.37.0 (#11859) 2024-08-20 17:37:58 +08:00
qwen1.5
qwen2
replit
solar
speech-t5 Update ipex-llm default transformers version to 4.37.0 (#11859) 2024-08-20 17:37:58 +08:00
stablelm
starcoder
yi
yuan2
README.md

IPEX-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 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.