* 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> |
||
|---|---|---|
| .. | ||
| Applications | ||
| Deepspeed-AutoTP | ||
| Deepspeed-AutoTP-FastAPI | ||
| HF-Transformers-AutoModels | ||
| LangChain | ||
| LlamaIndex | ||
| LLM-Finetuning | ||
| Long-Context | ||
| Lookahead/llama2 | ||
| ModelScope-Models | ||
| Pipeline-Parallel-Inference | ||
| PyTorch-Models | ||
| Speculative-Decoding | ||
| vLLM-Serving | ||
| README.md | ||
IPEX-LLM Examples on Intel GPU
This folder contains examples of running IPEX-LLM on Intel GPU:
- Applications: running LLM applications (such as autogen) on IPEX-LLM
- HF-Transformers-AutoModels: running any Hugging Face Transformers model on IPEX-LLM (using the standard AutoModel APIs)
- LLM-Finetuning: running finetuning (such as LoRA, QLoRA, QA-LoRA, etc) using IPEX-LLM on Intel GPUs
- vLLM-Serving: running vLLM serving framework on intel GPUs (with IPEX-LLM low-bit optimized models)
- Deepspeed-AutoTP: running distributed inference using DeepSpeed AutoTP (with IPEX-LLM low-bit optimized models) on Intel GPUs
- Deepspeed-AutoTP-FastApi: running distributed inference using DeepSpeed AutoTP and start serving with FastApi(with IPEX-LLM low-bit optimized models) on Intel GPUs
- LangChain: running LangChain applications on IPEX-LLM
- PyTorch-Models: running any PyTorch model on IPEX-LLM (with "one-line code change")
- Speculative-Decoding: running any Hugging Face Transformers model with self-speculative decoding on Intel GPUs
- ModelScope-Models: running ModelScope model with IPEX-LLM on Intel GPUs
- Long-Context: running long-context generation with IPEX-LLM on Intel Arc™ A770 Graphics.
System Support
1. Linux:
Hardware:
- Intel Arc™ A-Series Graphics
- Intel Data Center GPU Flex Series
- Intel Data Center GPU Max Series
Operating System:
- Ubuntu 20.04 or later (Ubuntu 22.04 is preferred)
2. Windows
Hardware:
- Intel iGPU and dGPU
Operating System:
- Windows 10/11, with or without WSL
Requirements
To apply Intel GPU acceleration, there’re several steps for tools installation and environment preparation. See the GPU installation guide for mode details.