ipex-llm/python/llm/example/GPU/PyTorch-Models/Model
Jin Qiao 73a67804a4
GPU configuration update for examples (windows pip installer, etc.) (#10762)
* renew chatglm3-6b gpu example readme

fix

fix

fix

* fix for comments

* fix

* fix

* fix

* fix

* fix

* apply on HF-Transformers-AutoModels

* apply on PyTorch-Models

* fix

* fix
2024-04-15 17:42:52 +08:00
..
aquila2 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
baichuan GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
baichuan2 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
bark GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
bluelm GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
chatglm2 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
chatglm3 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
codellama GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
deciLM-7b GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
deepseek GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
distil-whisper GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
dolly-v1 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
dolly-v2 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
flan-t5 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
internlm2 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
llama2 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
llava GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
mamba GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
mistral GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
mixtral GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
phi-1_5 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
phi-2 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
phixtral GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
qwen-vl GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
qwen1.5 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
replit GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
solar GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
speech-t5 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
stablelm GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
starcoder GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
yi GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
yuan2 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +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.