Spaces:
Running
Running
title: README | |
emoji: 🐢 | |
colorFrom: purple | |
colorTo: gray | |
sdk: static | |
pinned: false | |
 | |
### Intel on Hugging Face | |
Intel and Hugging Face are building powerful optimization tools to accelerate training and inference with Hugging Face libraries. | |
### Get started on Intel architecture with Optimum Intel and Optimum Habana | |
To get started with Hugging Face Transformers software on Intel, visit the resources listed below. | |
*Optimum Intel* - To deploy on Intel® Xeon, Intel® Max Series GPU, and Intel® Core Ultra, check out [optimum-intel](https://github.com/huggingface/optimum-intel), the interface between Intel architectures and the 🤗 Transformers and Diffusers libraries. You can use these backends: | |
| Backend | Installation | | |
|:---|:---| | |
| [OpenVINO™](https://huggingface.co/docs/optimum/en/intel/inference) | `pip install --upgrade --upgrade-strategy eager "optimum[openvino]"` | | |
| [Intel® Extension for PyTorch*](https://intel.github.io/intel-extension-for-pytorch/#introduction) | `pip install --upgrade --upgrade-strategy eager "optimum[ipex]"` | | |
| [Intel® Neural Compressor](https://huggingface.co/docs/optimum/en/intel/optimization_inc) | `pip install --upgrade --upgrade-strategy eager "optimum[neural-compressor]"` | | |
*Optimum Habana* - To deploy on Intel® Gaudi® AI accelerators, check out [optimum-habana](https://github.com/huggingface/optimum-habana/), the interface between Gaudi and the 🤗 Transformers and Diffusers libraries. To install the latest stable release: | |
```bash | |
pip install --upgrade-strategy eager optimum[habana] | |
``` | |
### Ways to get involved | |
Check out the [Intel® Tiber™ AI Cloud](https://cloud.intel.com) to run your latest GenAI or LLM workload on Intel architecture. | |
Want to share your model fine-tuned on Intel architecture? And for more detailed deployment tips and sample code, please visit the "Deployment Tips" tab from the [Powered-by-Intel LLM Leaderboard](https://huggingface.co/spaces/Intel/powered_by_intel_llm_leaderboard). | |
Join us on the [Intel DevHub Discord](https://discord.gg/kfJ3NKEw5t) to ask questions and interact with our AI developer community. | |