ipex-llm/python/llm/example/GPU/PyTorch-Models/Model
hxsz1997 328b1a1de9
Fix the not stop issue of llama3 examples (#10860)
* fix not stop issue in GPU/HF-Transformers-AutoModels

* fix not stop issue in GPU/PyTorch-Models/Model/llama3

* fix not stop issue in CPU/HF-Transformers-AutoModels/Model/llama3

* fix not stop issue in CPU/PyTorch-Models/Model/llama3

* update the output in readme

* update format

* add reference

* update prompt format

* update output format in readme

* update example output in readme
2024-04-23 19:10:09 +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
llama3 Fix the not stop issue of llama3 examples (#10860) 2024-04-23 19:10:09 +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 LLM:Add qwen moe example libs md (#10828) 2024-04-22 10:03:19 +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.