Almanac
company

Intel

companyactiveintel-2d418505·28 events·first seen 28d ago

Aliases: Intel

Co-occurring entities

More like this (12)

Recent events (28)

5Hugging Face Blog·28d ago·source ↗

Introducing AutoRound: Intel's Advanced Quantization for LLMs and VLMs

Intel has released AutoRound, an advanced quantization technique for large language models and vision-language models, announced via the Hugging Face blog. AutoRound targets efficient low-bit quantization to reduce model size and inference costs while preserving accuracy. The tool is positioned as a production-ready quantization solution integrated with the Hugging Face ecosystem.

5Hugging Face Blog·28d ago·source ↗

Q8-Chat: Efficient Generative AI on Intel Xeon via INT8 Quantization

Hugging Face and Intel demonstrate running quantized large language models (INT8/Q8) on Intel Xeon CPUs, branded as Q8-Chat. The post covers inference performance of quantized models on CPU hardware without requiring GPUs. This is relevant to inference economics and enterprise deployment, particularly for organizations without GPU infrastructure.

4Hugging Face Blog·28d ago·source ↗

Accelerating Stable Diffusion Inference on Intel CPUs

This Hugging Face blog post details techniques for optimizing Stable Diffusion inference on Intel CPUs, likely covering quantization, operator fusion, and Intel-specific hardware acceleration libraries. The post addresses the practical challenge of running diffusion models on CPU hardware without dedicated GPUs. This is relevant to inference economics and enterprise deployment patterns where GPU availability is constrained.

4Hugging Face Blog·28d ago·source ↗

Intel and Hugging Face Partner to Democratize Machine Learning Hardware Acceleration

Intel and Hugging Face announced a partnership aimed at making hardware acceleration for machine learning more accessible. The collaboration focuses on optimizing Hugging Face models and tools to run efficiently on Intel hardware. This represents an early-stage industry alignment between a major chip manufacturer and the dominant open-source ML model hub.

4Hugging Face Blog·28d ago·source ↗

Benchmarking Language Model Performance on 5th Gen Xeon at GCP

This post benchmarks language model inference performance on Intel's 5th Generation Xeon processors deployed on Google Cloud Platform's C4 instances. It evaluates throughput and latency characteristics for LLM workloads on CPU-based infrastructure, providing data relevant to cost-effective inference deployment. The analysis is relevant to organizations considering CPU-based inference as an alternative or complement to GPU-based serving.

4Hugging Face Blog·28d 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.

5Hugging Face Blog·28d ago·source ↗

Google Cloud C4 Brings a 70% TCO Improvement on GPT OSS with Intel and Hugging Face

A collaboration between Google Cloud, Intel, and Hugging Face demonstrates a 70% total cost of ownership (TCO) reduction when running open-source GPT-class models on Google Cloud's C4 instances powered by Intel Xeon processors. The post details inference economics for deploying open-weight LLMs on CPU-based cloud infrastructure rather than GPU instances. This represents a notable data point in the inference cost optimization space, particularly for organizations seeking lower-cost alternatives to GPU-based deployment.

4Hugging Face Blog·28d ago·source ↗

Get your VLM running in 3 simple steps on Intel CPUs

A Hugging Face blog post describes a workflow for deploying vision-language models (VLMs) on Intel CPUs using OpenVINO, presented as a three-step process. The post targets practitioners looking to run multimodal inference on CPU hardware without requiring GPU resources. This is relevant to the inference-on-edge and CPU-based deployment pattern for multimodal models.

4Hugging Face Blog·28d ago·source ↗

Accelerating Qwen3-8B Agent on Intel Core Ultra with Depth-Pruned Draft Models

Hugging Face and Intel demonstrate speculative decoding acceleration for the Qwen3-8B model on Intel Core Ultra client hardware using depth-pruned draft models. The approach applies structured pruning to create a smaller draft model that enables speculative decoding, targeting on-device agent workloads. This work addresses inference efficiency for mid-size open-weight models on consumer-grade x86 silicon.

4Hugging Face Blog·28d ago·source ↗

Building Cost-Efficient Enterprise RAG Applications with Intel Gaudi 2 and Intel Xeon

This Hugging Face blog post details how to build retrieval-augmented generation (RAG) pipelines for enterprise use cases using Intel Gaudi 2 accelerators and Intel Xeon CPUs. It covers the architecture and cost-efficiency tradeoffs of deploying RAG on Intel hardware as an alternative to GPU-based infrastructure. The post is positioned as a practical guide for organizations seeking lower-cost inference deployments.

4Hugging Face Blog·28d ago·source ↗

A Chatbot on your Laptop: Phi-2 on Intel Meteor Lake

This post demonstrates running Microsoft's Phi-2 small language model locally on Intel Meteor Lake laptop hardware. It covers the inference pipeline, optimization techniques, and performance characteristics of deploying a 2.7B parameter model on consumer-grade NPU/CPU hardware. The piece highlights the growing feasibility of on-device LLM inference without cloud dependency.

4Hugging Face Blog·28d 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·28d ago·source ↗

Accelerate StarCoder with Optimum Intel on Xeon: Q8/Q4 and Speculative Decoding

Hugging Face and Intel demonstrate quantization (INT8/INT4) and speculative decoding techniques applied to StarCoder on Intel Xeon CPUs using the Optimum Intel library. The post covers practical inference acceleration workflows targeting CPU deployment of code generation models. This represents a concrete inference-economics use case for open-weight code models on commodity server hardware.

4Hugging Face Blog·28d ago·source ↗

Accelerating PyTorch Transformers with Intel Sapphire Rapids - Part 2

This Hugging Face blog post covers inference optimization techniques for PyTorch Transformer models on Intel Sapphire Rapids (4th Gen Xeon) CPUs. It likely demonstrates performance gains using hardware-specific features such as AMX (Advanced Matrix Extensions) and BF16 support. The post is part of a series focused on making transformer inference more efficient on Intel server hardware without requiring GPU acceleration.

4Hugging Face Blog·28d ago·source ↗

Accelerating PyTorch Transformers with Intel Sapphire Rapids - Part 1

This Hugging Face blog post covers hardware-level inference acceleration for PyTorch Transformer models using Intel's Sapphire Rapids Xeon processors. It likely details how the new AVX-512 and AMX (Advanced Matrix Extensions) instructions in Sapphire Rapids can speed up transformer workloads without requiring GPU hardware. The post is part one of a series, suggesting a practical, tutorial-oriented treatment of CPU-based inference optimization.

4Hugging Face Blog·28d ago·source ↗

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.

4Hugging Face Blog·28d ago·source ↗

Faster Assisted Generation Support for Intel Gaudi

Hugging Face has published a blog post detailing assisted generation (speculative decoding) support optimized for Intel Gaudi accelerators. The post covers implementation details and performance improvements achieved by running assisted/speculative decoding on Gaudi hardware. This represents an infrastructure and inference optimization development relevant to non-NVIDIA AI accelerator deployment.

4Hugging Face Blog·28d ago·source ↗

Accelerating LLM Inference with TGI on Intel Gaudi

Hugging Face's Text Generation Inference (TGI) framework has added a backend for Intel Gaudi accelerators, enabling LLM inference on Intel's AI hardware. The integration allows users to deploy large language models on Gaudi hardware using TGI's serving infrastructure. This expands the hardware ecosystem for LLM inference beyond NVIDIA GPUs, offering an alternative accelerator option for enterprise deployments.

4Hugging Face Blog·28d ago·source ↗

Text-Generation Pipeline on Intel® Gaudi® 2 AI Accelerator

Hugging Face published a blog post detailing how to run text-generation pipelines on Intel's Gaudi 2 AI accelerator. The post covers integration between Hugging Face's text-generation tooling and Intel's Gaudi 2 hardware, positioning it as an alternative inference accelerator to NVIDIA GPUs. This is relevant to the growing ecosystem of non-NVIDIA AI inference hardware.

4Hugging Face Blog·28d ago·source ↗

Fine-tuning Stable Diffusion models on Intel CPUs

This Hugging Face blog post describes a workflow for fine-tuning Stable Diffusion image generation models on Intel CPUs rather than GPUs. It covers the tooling and optimizations required to make CPU-based diffusion model training practical, relevant to inference-economics and hardware diversification trends. The post targets practitioners looking to reduce dependency on GPU hardware for generative model fine-tuning.

4Hugging Face Blog·28d ago·source ↗

Optimizing Stable Diffusion for Intel CPUs with NNCF and Hugging Face Optimum

This Hugging Face blog post details techniques for optimizing Stable Diffusion inference on Intel CPUs using Neural Network Compression Framework (NNCF) and the Optimum library. The workflow covers quantization and other compression methods to reduce latency and memory footprint on CPU hardware. This is relevant to the inference-economics and enterprise-deployment threads as it addresses running diffusion models without dedicated GPU hardware.

4Hugging Face Blog·28d ago·source ↗

Fast Inference on Large Language Models: BLOOMZ on Habana Gaudi2 Accelerator

This Hugging Face blog post covers deploying BLOOMZ, a large multilingual language model, on Intel's Habana Gaudi2 accelerator for inference. It benchmarks throughput and latency performance on Gaudi2 as an alternative to GPU-based inference. The post is part of ongoing work to demonstrate non-NVIDIA hardware options for large model deployment.

3Hugging Face Blog·28d ago·source ↗

Accelerating Protein Language Model ProtST on Intel Gaudi 2

A Hugging Face blog post details the acceleration of ProtST, a protein language model, on Intel's Gaudi 2 AI accelerator hardware. The post covers the technical integration and performance results of running this specialized biological ML model on Gaudi 2. This represents an intersection of domain-specific AI (protein modeling) and alternative AI hardware ecosystems.

3Hugging Face Blog·28d ago·source ↗

Accelerating Vision-Language Models: BridgeTower on Habana Gaudi2

This Hugging Face blog post covers the deployment and acceleration of BridgeTower, a vision-language model, on Intel's Habana Gaudi2 AI accelerator hardware. The piece likely benchmarks inference throughput and training performance on Gaudi2 compared to other hardware. It represents a practical infrastructure and deployment case study for multimodal models on alternative AI accelerators.

4Hugging Face Blog·28d ago·source ↗

Faster Training and Inference: Habana Gaudi®2 vs Nvidia A100 80GB

Hugging Face published a benchmark comparison between Intel Habana Gaudi 2 and Nvidia A100 80GB GPUs for training and inference workloads. The post evaluates performance across common ML tasks to assess Gaudi 2 as an alternative accelerator. This is relevant to the broader question of GPU alternatives and inference economics in AI infrastructure.

4Hugging Face Blog·28d ago·source ↗

DeepMath: A Lightweight Math Reasoning Agent with smolagents

Hugging Face published a blog post introducing DeepMath, a lightweight mathematical reasoning agent built on the smolagents framework. The post demonstrates how to construct a capable math reasoning agent using small models and tool-use patterns. This represents a practical application of the agent-tool ecosystem for specialized reasoning tasks.

4Hugging Face Blog·28d ago·source ↗

Habana Labs and Hugging Face Partner to Accelerate Transformer Model Training

Habana Labs and Hugging Face announced a partnership to accelerate transformer model training on Habana's Gaudi AI processors. The collaboration aims to integrate Hugging Face's Transformers library with Habana's hardware, offering an alternative to GPU-based training infrastructure. This represents an early effort to diversify the AI training hardware ecosystem beyond NVIDIA dominance.

5arXiv · cs.CL·8d ago·source ↗

BODHI: Contrastive embedding training for causal discovery in Large Behavioural Models

Researchers identify a critical failure mode in biomedical language model embeddings: off-the-shelf encoders (BioBERT, PubMedBERT, BioM-ELECTRA) assign high cosine similarity (0.76–0.92) to causally unrelated cross-domain pairs, achieving 0% accuracy on cross-domain discrimination. The paper introduces BODHI, a contrastive training approach using hard negatives mined from a biomedical knowledge graph, which improves within-vs-across-domain separation from 1.05x to 2.30x and raises discrimination gap by +0.392. The work targets Large Behavioural Models (LBMs)—foundation models that reason over personal life graphs—where false embedding proximity directly produces false causal edges. Additional contributions include an OpenVINO inference optimization achieving 133x latency reduction (1367ms to 10ms) on Intel AMX hardware, plus a counterintuitive finding that FP16 outperforms INT8 on this silicon.