
OpenVINO
openvino-a6017777·5 events·first seen 28d agoAliases: OpenVINO
Co-occurring entities
More like this (12)
Recent events (5)
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.
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.
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.
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.
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.