AI News selected for Professionals and Decision Makers
Hands On Model Tooling And Research Updates

Run a vLLM Server on HF Jobs in One Command

02:00 · June 26, 2026 · Hugging Face Blog

Run a vLLM Server on HF Jobs in One Command

Summary

Hugging Face Jobs provides a lightweight way to run a private vLLM server that exposes the OpenAI chat completions API. A single hf jobs run command pulls the official vllm/vllm-openai image, selects GPU hardware with the --flavor flag, and routes port 8000 through the platform’s public proxy, returning a job-specific URL such as <job_id>--8000.hf.jobs. Every request must include a Hugging Face token with read access to the job’s namespace, so the endpoint remains gated even though it is reachable from the public internet.

Once the container reports “Application startup complete,” the server accepts both curl requests and the standard OpenAI Python client pointed at the jobs URL. The same pattern scales to larger models by choosing multi-GPU flavors and adding --tensor-parallel-size together with memory-tuning flags such as --max-model-len and --max-num-seqs; these limits prevent out-of-memory errors when models like the 122 B Qwen3.5 mixture-of-experts exceed default context and batch settings.

Additional workflows are supported without changing the core deployment. A short Gradio script can be run locally to present a chat interface that streams reasoning traces. Launching the job with --ssh allows an interactive shell inside the container for nvidia-smi checks or direct inspection. The resulting endpoint can also serve as a backend for the Pi agent harness once tool-calling flags are enabled in vLLM.

Jobs are billed per second and terminate automatically after the requested timeout, making them suitable for short-lived experiments, evaluations, or batch generation. For long-lived services that require public or fine-grained access control and scale-to-zero billing, Inference Endpoints remain the managed alternative.

Why it matters

Directly actionable for ML engineers needing quick, production-adjacent model serving setups with explicit handling of VRAM constraints, distributed GPU configs, and pay-per-second costs; relevant for Dutch teams using HF tooling.

More in this beat
hugging-faceinference-performancellm-inferencemixture-of-expertsproduct-integration-guidesqwenvllm
Native-speed vLLM transformers modeling backend

02:00 · July 8, 2026

Native-speed vLLM transformers modeling backend

Directly addresses production inference challenges (latency, VRAM, distributed parallelism, fused kernels) with quantitative benchmarks and immediately actionable commands for ML engineers serving LLMs at scale.

Relevance 85 · Audience 90

Hugging Face and Cerebras bring Gemma 4 to real-time voice AI

02:00 · July 1, 2026

Hugging Face and Cerebras bring Gemma 4 to real-time voice AI

This article is highly relevant for ML Engineers as it provides a practical, open-source architecture for solving critical latency bottlenecks in real-time voice AI. Dutch AI teams can directly implement this modular stack using the provided repositories to build responsive conversational agents and embodied AI solutions.

Relevance 80 · Audience 90

We got local models to triage the OpenClaw repo for FREE!*

02:00 · June 22, 2026

We got local models to triage the OpenClaw repo for FREE!*

It provides a practical, hands-on guide to deploying local models for agentic tasks, addressing critical production concerns like inference optimization, secure tool execution, and cost-efficiency. This aligns well with the EU's focus on data sovereignty and local AI deployment.

Relevance 85 · Audience 95

DiffusionGemma: 4x faster text generation

02:00 · June 1, 2026

DiffusionGemma: 4x faster text generation

Directly addresses production latency, VRAM constraints, and parallel decoding for ML engineers building interactive local applications; provides quantitative benchmarks and tooling guidance applicable to Dutch SME and research deployments.

Relevance 85 · Audience 90

Up to 3.2x Faster Inference with LFM2.5-DSpark

18:52 · August 20, 2026

Up to 3.2x Faster Inference with LFM2.5-DSpark

Directly addresses production inference challenges like memory-bound decode latency and GPU/edge deployment for ML Engineers, with quantitative benchmarks and open implementations applicable in Dutch AI workflows.

Relevance 85 · Audience 90

Deploy local agents everywhere with LFM2.5-2.6B

15:58 · August 4, 2026

Deploy local agents everywhere with LFM2.5-2.6B

Strong focus on production inference constraints, latency, token throughput, and agent tooling directly addresses ML Engineer needs for efficient local deployment. Benchmarks and ecosystem support offer actionable data for Dutch teams building privacy-preserving on-device AI solutions aligned with EU priorities.

Relevance 78 · Audience 85

Request-Level Energy Attribution for Batched LLM Serving

06:00 · August 4, 2026

Request-Level Energy Attribution for Batched LLM Serving

Directly actionable for Dutch AI teams optimizing sustainable LLM inference under EU energy-reporting rules; provides measured fairness baselines and reproducible protocols relevant to ethical AI and data-center efficiency goals.

Relevance 82 · Audience 88

Smaller, faster, safer: running Kimi and GLM at scale

15:00 · August 3, 2026

Smaller, faster, safer: running Kimi and GLM at scale

Provides actionable security measures (integrity checks) and efficiency techniques applicable to Dutch AI teams running inference workloads, with direct relevance to secure multi-user GPU serving.

Relevance 65 · Audience 70

Run AI workloads on any cloud, store on Hugging Face: zero-egress storage with SkyPilot

02:00 · July 7, 2026

Run AI workloads on any cloud, store on Hugging Face: zero-egress storage with SkyPilot

This article provides ML Engineers with a practical, hands-on solution to a major MLOps pain point: high egress costs in multi-cloud GPU environments. It offers actionable code snippets and benchmarks that AI teams can immediately implement to optimize their cloud compute budgets and avoid vendor lock-in.

Relevance 85 · Audience 95

GLM-5.2: Built for Long-Horizon Tasks

11:01 · June 17, 2026

GLM-5.2: Built for Long-Horizon Tasks

Provides concrete architectural details, ablation studies, production inference challenges, and benchmark comparisons directly usable by ML engineers deploying or fine-tuning long-context agents.

Relevance 85 · Audience 90

The Price of Thinking: Reasoning Effort as a Model-Specific API Contract

06:00 · August 19, 2026

The Price of Thinking: Reasoning Effort as a Model-Specific API Contract

This research is highly relevant for Dutch AI researchers and MLOps practitioners focused on cost-efficient AI deployment. Understanding the hidden costs and stochastic nature of reasoning API contracts enables Dutch SMEs and enterprises to optimize their AI infrastructure and routing strategies.

Relevance 85 · Audience 95