BotBeat
...
← Back

> ▌

Hugging FaceHugging Face
PRODUCT LAUNCHHugging Face2026-03-27

Hugging Face Launches hf-mount: Stream ML Models and Datasets as Local Filesystems

Key Takeaways

  • ▸hf-mount enables mounting Hugging Face repos and buckets as local filesystems with lazy loading—only accessed bytes are transferred
  • ▸Supports both NFS (no root required) and FUSE backends for flexible deployment across Linux and macOS systems
  • ▸Eliminates download and copy steps for ML workflows, saving time and disk space when working with large models and datasets
Source:
Hacker Newshttps://github.com/huggingface/hf-mount↗

Summary

Hugging Face has released hf-mount, a new tool that allows users to mount Hugging Face Storage Buckets and Hub repositories as local filesystems without downloading or copying files. The tool uses FUSE or NFS backends to lazily fetch files on-demand, meaning only the bytes that code actually accesses are transferred over the network. This eliminates the need for lengthy download steps and frees up disk space, particularly beneficial for users working with large language models and datasets.

The hf-mount tool supports both read-only access to public and private models and datasets, as well as read-write access to Hugging Face Buckets designed for mutable data like training checkpoints and artifacts. Files are fetched on first read, enabling seamless integration with existing ML workflows through standard UNIX commands like ls, cat, find, and grep. The tool is compatible with major ML frameworks including Hugging Face Transformers, works across Linux and macOS platforms, and requires no system dependencies when using the NFS backend.

  • Facilitates AI agent development by providing standard filesystem interfaces (ls, cat, find, grep) instead of complex APIs or SDKs

Editorial Opinion

hf-mount represents a significant quality-of-life improvement for machine learning practitioners, particularly those working with large models or in disk-constrained environments. By treating remote repositories as local filesystems with on-demand loading, the tool streamlines workflows and reduces friction in model experimentation and training pipelines. The emphasis on standard UNIX interfaces and agentic storage also signals Hugging Face's recognition that simplicity and composability drive adoption in developer tooling.

Generative AIMachine LearningMLOps & InfrastructureProduct Launch

More from Hugging Face

Hugging FaceHugging Face
PRODUCT LAUNCH

Hugging Face Jobs Integrates with GitHub Actions for Faster, GPU-Ready CI

2026-06-11
Hugging FaceHugging Face
OPEN SOURCE

OpenEnv Goes Community-First: Major AI Organizations Back Open Source Agent Training Framework

2026-06-09
Hugging FaceHugging Face
RESEARCH

BrowseComp-Plus: New Benchmark for Fair, Transparent Evaluation of Deep-Research Agents

2026-06-05

Comments

Suggested

MicrosoftMicrosoft
RESEARCH

Microsoft's Leaked 'Aion' Project Reveals Vision for Copilot-First Operating System

2026-07-04
LLM Agent EcosystemLLM Agent Ecosystem
RESEARCH

Researchers Expose Critical Payload-Less Attack on LLM Agent Supply Chains

2026-07-04
OpenAIOpenAI
INDUSTRY REPORT

Investigation Uncovers AI-Generated Deepfakes in Lily Jay Foundation Charity Fraud

2026-07-04
← Back to news
© 2026 BotBeat
AboutPrivacy PolicyTerms of ServiceContact Us