Topic

#hugging-face

Loot, blog posts and adjacent themes connected to this topic. Follow the tag to keep it in your orbit.

#hugging-face
Loot

More from this topic

Explore all loot
LinkLoot preview for Run the Kimi K3 Architecture Locally with a 0.18B Test Model

Run the Kimi K3 Architecture Locally with a 0.18B Test Model

0
A 0.18B-parameter Kimi K3 derivative that preserves the core layer types in a roughly 700 MB checkpoint for local architecture testing and development. Kimi-K3-0.18B is a tiny, MIT-licensed derivative of Moonshot AI’s 2.8T-parameter Kimi K3. It reduces the model to four layers, eight experts and 0.18B total parameters, with roughly 0.10B activated per token. The single model.safetensors checkpoint is about 0.69 GB, making the architecture accessible on ordinary development hardware. What it preserves The miniature model retains Kimi K3’s main layer types: dense and MoE feed-forward blocks, KDA linear attention, and an MLA full-attention layer. That makes it useful for testing loaders, integrations, architecture support and compression workflows without downloading or serving the full 2.8T model. Best use cases Validate Transformers compatibility and custom Kimi K3 model code Prototype inference, quantization or conversion workflows Inspect the MoE and attention implementation on limited hardware Build development tests around the Kimi K3 architecture Loading caveat The example loader requires trustremotecode=True, which executes repository-provided Python code. Review the model repository and pin a revision before running it in a sensitive environment. The model is not currently hosted by a Hugging Face inference provider.
Free
Review open
0
Serve new Transformers models through vLLM without waiting for a custom port

Serve new Transformers models through vLLM without waiting for a custom port

0
Hugging Face says the Transformers modeling backend in vLLM now reaches native-speed throughput for tested Qwen3 setups, giving model authors and infra teams a faster path from model card to serving. Hugging Face published a practical update for teams serving open models with vLLM: the Transformers modeling backend now meets or beats native vLLM throughput in its Qwen3 benchmark examples. The useful part is operational. If a model already has a solid Transformers implementation, you can try it in vLLM with --model-impl transformers instead of waiting for a hand-written vLLM model port. Use this when you are evaluating fresh Hugging Face models, internal checkpoints, or architectures that move faster than serving-framework integrations. It is also a good sanity check before writing custom serving glue. Why bookmark it Hugging Face reports native-speed or better throughput across three Qwen3 setups, including dense and MoE examples. vLLM's own docs describe the Transformers modeling backend as a supported path for models implemented in Transformers. The workflow keeps the model structure in Transformers while vLLM handles serving optimizations such as batching and kernels. The caveat is still real: benchmark your own model, quantization, GPU topology, context length, and traffic pattern before treating it as production-ready. Quick evaluation checklist Confirm the target model loads with --model-impl transformers on your vLLM version. Compare throughput and latency against the native vLLM implementation when one exists. Check memory use on your actual GPU setup, especially for MoE and multimodal models. Validate output parity on representative prompts before routing production traffic.
Free
Review open
0
Test LongCat-2.0 before your next long-context coding-agent run

Test LongCat-2.0 before your next long-context coding-agent run

0
LongCat-2.0 is an MIT-licensed Meituan model on Hugging Face and GitHub with a 1M-token context target, coding-agent focus, and public deployment notes. Treat vendor benchmark claims as self-reported, and test it on your own repositories before trusting it in production. LongCat-2.0 is worth bookmarking if you evaluate open models for coding agents, repository-scale edits, or long-context experiments. The model card and repository describe a 1.6T-parameter MoE design, roughly 48B active parameters per token, MIT-licensed weights, a 1M-token context target, and deployment notes for SGLang/vLLM-style serving. Use it as an evaluation candidate, not an automatic production pick. The benchmark table is mostly vendor-reported, the hardware requirements are serious, and real value depends on how it handles your own codebase, tests, tool-calling format, latency, and safety controls. Practical checks before using it: Confirm the exact Hugging Face variant you want: full, FP8, INT8, or a community quantization. Run a small repository task against your current baseline model. Check license, trademark, privacy, and acceptable-use constraints for your deployment. Measure context retention and patch correctness, not only benchmark scores. Avoid assuming OpenRouter/API availability unless your provider page confirms the model at run time.
Free
Review open
0
Blog

Related reads

Browse blog
AI & Automation

OpenAI and Hugging Face detail AI-agent breach during model evaluation

OpenAI and Hugging Face have put a July 2026 Hugging Face intrusion into the AI-agent security category: an autonomous system hit production

AI & Automation

Test Tencent Hy3 before choosing your next open agent model

Tencent Hy3 is now public on Hugging Face and OpenRouter with Apache-2.0 weights, a 295B MoE design, 21B active parameters, and a 256K-class

AI & Automation

Use Gemma 4 on Cerebras when voice agents need real-time vision

Hugging Face and Cerebras have shown an open speech-to-speech stack using Gemma 4 31B on Cerebras Inference. The practical signal is clear:

AI & Automation

Qualcomm and Hugging Face plan hybrid agents for open-model deployment

Qualcomm and Hugging Face announced a device-to-cloud AI collaboration focused on model onboarding, Dragonfly data center infrastructure, an

Wissen & Lernen

IBM's CUGA examples turn agent harness design into copyable apps

IBM Research published a Hugging Face walkthrough for CUGA apps, showing how the open-source agent harness can package tools, prompts, state

Wissen & Lernen

AOHP proposes an Android-based OS harness for AI agents

AOHP is a new arXiv and Hugging Face trending paper that treats AI agents as first-class OS actors inside an Android Open Source Project bas

AI & Automation

Hugging Face Shows How to Benchmark Whether Tools Are Agent-Friendly

Hugging Face published an agent-evaluation harness that tests whether coding agents can use a library efficiently, not only whether they rea

AI & Automation

GLM-5.2 brings a 1M-token context to open coding agents

Z.ai released GLM-5.2 on Hugging Face with a claimed 1M-token context, MIT licensing, and long-horizon coding-agent benchmarks to verify bef

AI & Automation

Kimi K2.7 Code ships as an open coding model for long agent runs

Moonshot AI's Kimi K2.7 Code is now available as an open-weight coding model on Hugging Face, with Kimi docs, Product Hunt, and Cloudflare W

Tools & Apps

Hugging Face Serge puts AI code review inside GitHub pull requests

Hugging Face released Serge, an open-source GitHub-native AI code reviewer that follows repository-owned review rules and works with OpenAI-

AI & Automation

OpenEnv gets broader open-source backing for agentic RL environments

Hugging Face says OpenEnv is moving under broader open-source coordination, positioning it as a protocol layer for agentic reinforcement lea

Wissen & Lernen

Agents' Last Exam tests AI agents on real professional workflows

Agents' Last Exam is a new Berkeley-led benchmark for computer-use AI agents, with long-horizon professional tasks, verifiable outcomes, pub

Wissen & Lernen

Hugging Face benchmark tests voice agents on code-switched customer speech

ServiceNow-AI published a Hugging Face benchmark and dataset for code-switched ASR, testing how voice-agent transcription handles Spanish-En

Tools & Apps

Optimum Intel 2.0 Makes OpenVINO the Default Path for Local Open Models

Hugging Face's Optimum Intel 2.0 shifts the library to an OpenVINO-first toolkit, simplifying installs and focusing local inference, export,

AI & Automation

Cohere North Mini Code Gives Agent Builders a 30B Open Coding Model

Cohere released North Mini Code, a 30B-parameter sparse MoE coding model with 3B active parameters, Apache 2.0 weights, and training focused

Tools & Apps

Hugging Face Transformers CVE-2026-4372 Turns Model Loading Into a Security Checkpoint

NVD lists CVE-2026-4372 as a critical Transformers remote code execution issue affecting versions before 5.3.0, and independent reporting sa

Tools & Apps

Hugging Face rebuilt the hf CLI for coding agents, not just humans

Hugging Face says its hf CLI now detects coding agents, changes command output for machine parsing, and can cut token use on complex Hub wor

AI & Automation

Holo3.1 pushes computer-use agents toward local deployment

H Company released Holo3.1, a computer-use model family that adds mobile support, function calling, smaller model sizes, and quantized check

AI & Automation

JetBrains Mellum2 ships as an open MoE model for coding agents

JetBrains released Mellum2, an Apache-2.0 open-weight 12B Mixture-of-Experts model built for software engineering, routing, RAG, and low-lat

Wissen & Lernen

LongTraceRL trains long-context reasoning from search-agent trajectories

LongTraceRL uses search-agent trajectories, tiered distractors, and entity-level rubric rewards to improve long-context reasoning across fiv

Wissen & Lernen

Hugging Face’s AI agent glossary makes harness, scaffold, and skills easier to compare

Hugging Face’s new agent glossary turns fuzzy agent terminology into a practical checklist for choosing frameworks, skills, memory, and tool

AI & Automation

OpenAI Privacy Filter brings on-device PII masking to Hugging Face workflows

OpenAI Privacy Filter is a Hugging Face model card for bidirectional token classification that detects and masks PII, giving teams a local o

AI & Automation

NVIDIA Nemotron 3 Nano Omni targets long-context document, audio, and video agents

NVIDIA's Nemotron 3 Nano Omni release on Hugging Face points to a practical open model lane for agents that need to reason across documents,

AI & Automation

DeepSeek-V4 brings million-token context closer to practical agent workflows

DeepSeek-V4 combines new MoE checkpoints with 1M-token context and attention changes aimed at making long-running agent tasks less memory-he

Wissen & Lernen

The Open Agent Leaderboard compares full AI agent systems, not just models

IBM Research and Hugging Face introduced the Open Agent Leaderboard, an open benchmark stack for comparing complete AI agent systems across

Tools & Apps

Hugging Face Transformers v5.8 is a dependency upgrade worth testing, not rushing

Transformers v5.8 brings recent model-support updates, but production teams should pin, test, and verify before upgrading AI workflows.

Wissen & Lernen

IBM Granite Embedding Multilingual R2 lands with 32K context and a compact 97M retrieval model

IBM’s new Granite Embedding Multilingual R2 release adds two Apache 2.0 embedding models with 32,768-token context, 200-plus language covera

AI & Automation

DeepInfra joins Hugging Face Inference Providers and expands the practical model menu for teams that want API flexibility

Hugging Face has added DeepInfra to its Inference Providers lineup, giving developers another routed option for model access through the sam

AI & Automation

Granite 4.1 details how IBM trained its new open 3B, 8B, and 30B models

IBM’s Granite 4.1 release explains a five-phase 15T-token training pipeline, 512K context extension, Apache 2.0 licensing, and why its dense

Tools & Apps

Hugging Face is turning Reachy Mini into an app-store robot platform

Hugging Face says its Reachy Mini ecosystem now includes an agentic app store for nearly 10,000 robots, with 200-plus apps and more than 150

AI & Automation

Cohere Transcribe lands on Hugging Face as a 2B open-source ASR release

Cohere has open-sourced a 2B speech recognition model on Hugging Face and is framing it as a production-minded ASR release with strong Engli

AI & Automation

huggingface_hub 1.14.0 adds Space secrets management and pushes Hub automation further into the CLI

Hugging Face’s latest huggingface_hub release matters less for a single flashy feature than for how it keeps turning the Hub CLI into a real

OpenClaw

Ling-2.6-1T is making a serious case for useful intelligence per token

Ling-2.6-1T is not just another open model launch. Its trillion-parameter scale, execution-first positioning, and lower-token-overhead strat