ipex-llm/python/llm/example/GPU/PyTorch-Models/Model
Zijie Li 9e65cf00b3
Add openai-whisper pytorch gpu (#11736)
* Add openai-whisper pytorch gpu

* Update README.md

* Update README.md

* fix typo

* fix names update readme

* Update README.md
2024-08-08 12:32:59 +08:00
..
aquila2
baichuan
baichuan2
bark
bluelm
chatglm2 ChatGLM Examples Restructure regarding Installation Steps (#11285) 2024-06-14 12:37:05 +08:00
chatglm3 ChatGLM Examples Restructure regarding Installation Steps (#11285) 2024-06-14 12:37:05 +08:00
codegeex2 Fix codegeex2 transformers version (#11487) 2024-07-02 15:09:28 +08:00
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
mamba Fix IPEX auto importer (#11192) 2024-06-04 16:57:18 +08:00
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-2 transformers 4.37 (#11161) 2024-06-05 13:36:41 -07:00
phi-3
phixtral Fix IPEX auto importer (#11192) 2024-06-04 16:57:18 +08:00
qwen-vl
qwen1.5 Fix IPEX auto importer (#11192) 2024-06-04 16:57:18 +08:00
qwen2 Add qwen2 example (#11252) 2024-06-07 10:29:33 +08:00
replit
solar Fix IPEX auto importer (#11192) 2024-06-04 16:57:18 +08:00
speech-t5
stablelm
starcoder
yi
yuan2 Fix IPEX auto importer (#11192) 2024-06-04 16:57:18 +08:00
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.