Almanac
← Events
4Hugging Face Blog·1mo ago

Accelerate your models with Optimum Intel and OpenVINO

Hugging Face's Optimum Intel library integrates with Intel's OpenVINO toolkit to accelerate inference of transformer models on Intel hardware. The post covers how to export models to OpenVINO IR format and run optimized inference pipelines. This targets deployment efficiency for NLP and vision models on CPU and other Intel accelerators.

Related guides (3)

Related events (8)

4Hugging Face Blog·1mo ago·source ↗

Optimize and Deploy with Optimum-Intel and OpenVINO GenAI

Hugging Face's Optimum-Intel library integrates with Intel's OpenVINO runtime to enable optimized inference of generative AI models on Intel hardware. The post covers quantization, model export, and deployment workflows using OpenVINO GenAI APIs. This targets edge and CPU-based inference scenarios where reducing model size and latency is critical.

4Hugging Face Blog·1mo ago·source ↗

Accelerated Inference with Optimum and Transformers Pipelines

Hugging Face announced integration between the Optimum library and the Transformers Pipelines API, enabling hardware-accelerated inference with minimal code changes. The integration targets deployment on specialized hardware backends such as ONNX Runtime, allowing users to swap in optimized inference engines transparently. This lowers the barrier to production-grade inference optimization for practitioners using the Hugging Face ecosystem.

4Hugging Face Blog·1mo ago·source ↗

Optimum + ONNX Runtime: Faster Training for Hugging Face Models

Hugging Face's Optimum library integrates with Microsoft's ONNX Runtime Training to accelerate fine-tuning of transformer models. The integration aims to reduce training time and memory usage with minimal code changes for practitioners using the Hugging Face ecosystem. This tooling update targets enterprise and research users looking to optimize training efficiency on existing hardware.

5Hugging Face Blog·1mo ago·source ↗

Introducing Optimum: The Optimization Toolkit for Transformers at Scale

Hugging Face announced Optimum, an optimization toolkit designed to accelerate Transformers models on various hardware backends. The toolkit aims to bridge the gap between Transformers model development and hardware-specific optimizations from partners. It provides a unified interface for quantization, pruning, and hardware-accelerated inference across different accelerators.

4Hugging Face Blog·1mo ago·source ↗

Blazing Fast SetFit Inference with Optimum Intel on Xeon

Hugging Face demonstrates accelerated inference for SetFit few-shot text classification models using Optimum Intel on Intel Xeon CPUs. The post covers optimization techniques such as quantization and ONNX export to improve throughput and latency for CPU-based deployment. This is relevant to practitioners deploying lightweight NLP models in cost-sensitive or edge environments without GPU hardware.

4Hugging Face Blog·1mo ago·source ↗

Accelerating SD Turbo and SDXL Turbo Inference with ONNX Runtime and Olive

This Hugging Face blog post details how to accelerate Stable Diffusion Turbo and SDXL Turbo inference using ONNX Runtime and Microsoft's Olive optimization toolkit. The post covers the workflow for converting and optimizing diffusion models for faster deployment. This is a practical inference optimization guide targeting practitioners deploying image generation models.

4Hugging Face Blog·1mo ago·source ↗

CPU Optimized Embeddings with Optimum Intel and fastRAG

Hugging Face and Intel demonstrate CPU-optimized embedding inference using Optimum Intel and fastRAG, targeting RAG pipeline acceleration without GPU hardware. The post covers quantization and optimization techniques that improve embedding throughput on Intel CPUs. This is relevant to inference economics and enterprise deployment patterns where GPU availability is constrained.

4Hugging Face Blog·1mo ago·source ↗

Convert Transformers to ONNX with Hugging Face Optimum

Hugging Face published a guide on converting Transformer models to ONNX format using the Optimum library. The post covers the tooling workflow for exporting models from the Transformers ecosystem into ONNX for optimized inference deployment. This is a practical infrastructure topic relevant to production ML deployment patterns.