ipex-llm/python/llm/example/GPU/PyTorch-Models/Model
ZehuaCao 52a2135d83
Replace ipex with ipex-llm (#10554)
* fix ipex with ipex_llm

* fix ipex with ipex_llm

* update

* update

* update

* update

* update

* update

* update

* update
2024-03-28 13:54:40 +08:00
..
aquila2 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
baichuan Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
baichuan2 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
bark Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
bluelm Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
chatglm2 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
chatglm3 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
codellama Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
deciLM-7b Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
deepseek Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
distil-whisper Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
dolly-v1 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
dolly-v2 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
flan-t5 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
internlm2 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
llama2 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
llava Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
mamba Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
mistral Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
mixtral Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
phi-1_5 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
phi-2 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
phixtral Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
qwen-vl Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
qwen1.5 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
replit Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
solar Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
speech-t5 Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
starcoder Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
yi Replace ipex with ipex-llm (#10554) 2024-03-28 13:54:40 +08:00
yuan2 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
README.md Update_document by heyang (#30) 2024-03-25 10:06:02 +08:00

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.