ipex-llm/python/llm/example/GPU/HF-Transformers-AutoModels/Model
Yang Wang 8153c3008e
Initial llama3 example (#10799)
* Add initial hf huggingface GPU example

* Small fix

* Add llama3 gpu pytorch model example

* Add llama 3 hf transformers CPU example

* Add llama 3 pytorch model CPU example

* Fixes

* Small fix

* Small fixes

* Small fix

* Small fix

* Add links

* update repo id

* change prompt tuning url

* remove system header if there is no system prompt

---------

Co-authored-by: Yuwen Hu <yuwen.hu@intel.com>
Co-authored-by: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com>
2024-04-18 11:01:33 -07:00
..
aquila GPU configuration update for examples (windows pip installer, etc.) (#10762) 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
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
chinese-llama2 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
codeshell Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +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
falcon 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
gemma GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
gpt-j GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
internlm 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 Initial llama3 example (#10799) 2024-04-18 11:01:33 -07: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
mpt 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 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
redpajama 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
rwkv4 GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
rwkv5 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
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
vicuna GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
voiceassistant GPU configuration update for examples (windows pip installer, etc.) (#10762) 2024-04-15 17:42:52 +08:00
whisper 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 Transformers INT4 Optimization for Large Language Model on Intel GPUs

You can use IPEX-LLM to run almost every Huggingface Transformer models with INT4 optimizations on your laptops with 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.