ipex-llm/python/llm/example/GPU/PyTorch-Models/Model
Cheen Hau, 俊豪 1c5eb14128
Update pip install to use --extra-index-url for ipex package (#10557)
* Change to 'pip install .. --extra-index-url' for readthedocs

* Change to 'pip install .. --extra-index-url' for examples

* Change to 'pip install .. --extra-index-url' for remaining files

* Fix URL for ipex

* Add links for ipex US and CN servers

* Update ipex cpu url

* remove readme

* Update for github actions

* Update for dockerfiles
2024-03-28 09:56:23 +08:00
..
aquila2 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
baichuan Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
baichuan2 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
bark Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
bluelm Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
chatglm2 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
chatglm3 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
codellama Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +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 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
dolly-v2 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
flan-t5 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
internlm2 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
llama2 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
llava Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
mamba Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
mistral Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
mixtral Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
phi-1_5 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
phi-2 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
phixtral Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +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 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +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 Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
starcoder Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +08:00
yi Update pip install to use --extra-index-url for ipex package (#10557) 2024-03-28 09:56:23 +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.