Skip to content
Tools · Jul 8, 2026

Hugging Face Storage integrates with SkyPilot for zero-egress AI workloads across clouds

SkyPilot now mounts Hugging Face Buckets and Hub repositories directly into AI workloads, eliminating cross-cloud egress fees and enabling multi-cloud GPU training and inference without data migration.

Trust79
HypeLow hype

1 source · cross-referenced

ShareXLinkedInEmail
TL;DR
  • SkyPilot can now mount Hugging Face Buckets and Hub repositories as storage backends using the hf:// scheme, enabling zero-egress access to models and datasets across 20+ clouds.
  • Hugging Face Storage charges no egress or CDN fees, so compute jobs launched by SkyPilot read data directly from the same bucket regardless of cloud location.
  • The integration supports MOUNT and COPY modes, with lazy loading for large files to reduce startup time and keep GPUs busy immediately.
  • Authentication uses the existing HF_TOKEN, simplifying multi-cloud deployments without managing per-cloud bucket keys.

SkyPilot, a multi-cloud orchestration tool, now supports Hugging Face Storage as a first-class backend via the hf:// scheme, allowing users to mount Hugging Face Buckets or Hub repositories directly into AI workloads. The integration enables compute jobs to read and write data without incurring cross-cloud egress fees, addressing a common pain point for teams running GPU workloads across multiple cloud providers.

With this change, SkyPilot tasks can reference Hugging Face storage using a single hf:// URL and an existing HF_TOKEN, eliminating the need to manage per-cloud storage accounts or duplicate datasets across regions. The hf:// scheme supports both MOUNT and COPY modes, with MOUNT enabling lazy loading of files so that only the data accessed by the job is fetched on demand. This reduces startup time and keeps GPUs productive from the outset, particularly during the first epoch of training when nothing is cached.

Hugging Face Storage charges no egress or CDN fees, so compute jobs launched by SkyPilot on AWS, GCP, Azure, or other supported clouds can read data directly from the same bucket without additional transfer costs. The storage backend is built on Xet, which deduplicates incremental checkpoints and model variants, further reducing storage and transfer overhead. Authentication is handled via the HF_TOKEN environment variable, which SkyPilot passes securely to the job, ensuring consistent access across clouds without managing separate credentials for each vendor.

The joint effort between Hugging Face and SkyPilot includes upstream contributions to the hf-mount FUSE backend, enabling unprivileged container support. This allows the Hugging Face Storage mount to behave like other SkyPilot storage backends, such as S3 or GCS, while preserving the zero-egress benefit. The integration is designed to fit into existing workflows: most teams already store models and datasets on the Hugging Face Hub, so no migration is required to start using SkyPilot for multi-cloud GPU workloads.

Sources
  1. 01Hugging FaceRun AI workloads on any cloud, store on Hugging Face: zero-egress storage with SkyPilot
Also on Tools

Stories may contain errors. Dispatch is assembled with AI assistance and curated by human editors; despite the trust-score filter, mistakes happen. We correct publicly — every article links to its revision history. Nothing here is financial, legal, or medical advice. Verify before relying on any claim.

© 2026 Dispatch. No ads. No sponsorships. No paid placement. Reader-supported via Ko-fi.

Built by a person who cares about honest AI news.