--- title: README emoji: šŸ¢ colorFrom: purple colorTo: gray sdk: static pinned: false --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64ee69fd5ab6f185d88582b3/brbNReAuvLhQt-IKbSvrt.png) ### 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.