Open Source 🇺🇸 27.07.2026 05:03

Run AI Workloads on Any Cloud with Hugging Face Storage: Zero-Egress via SkyPilot

Hugging FaceHugging Face
Hugging Face and SkyPilot have partnered to allow AI workloads to run on any cloud while storing models and datasets on Hugging Face Hub with zero egress fees. Users can mount a Hugging Face Bucket or Hub repo into a SkyPilot job via a single hf:// URL and launch it on any GPU cluster across 20+ clouds, Kubernetes, Slurm, or on-prem. The new store: hf backend uses FUSE mounts for lazy reading, Xet-backed deduplication for checkpoints, and no egress charges for data reads.
Hugging Face and SkyPilot have jointly announced a new integration that allows AI workloads to be run on any cloud while keeping data on Hugging Face Storage with zero egress costs. Users can mount a Hugging Face Bucket (read-write) or any model/dataset/Space repo (read-only) into a SkyPilot task using a single hf:// URL and their existing HF_TOKEN. The job can then be launched on any GPU cluster across 20+ clouds, Kubernetes, Slurm, or on-prem infrastructure. Hugging Face charges no egress or CDN fees for reading data, so reading models and datasets from the same bucket is free regardless of where the GPUs run. The mount uses Hugging Face's hf-mount FUSE backend for lazy reads, meaning only the bytes actually touched by the code cross the network, and an on-disk cache keeps repeat reads local. Checkpoint writes go directly to the bucket at speeds up to ~170 MB/s. Xet-backed storage provides content-defined deduplication, so incremental checkpoints, adapter weights, and model variants only store and transfer changed chunks, reducing upload time and storage costs. Authentication uses the same HF_TOKEN across all clouds, eliminating per-cloud bucket keys. A benchmark fine-tuning Qwen/Qwen3.5-4B on AWS, GCP, and Lambda showed the model loaded ready to train in about 30 seconds with zero egress cost. The integration is open source and available via pip install skypilot[huggingface].
Сокращения
GPU = Graphics Processing Unit — графический процессор
FUSE = Filesystem in Userspace — файловая система в пользовательском пространстве
CDN = Content Delivery Network — сеть доставки контента
URL = Uniform Resource Locator — унифицированный указатель ресурса
S3 = Simple Storage Service — простая служба хранения (AWS)
GCS = Google Cloud Storage — облачное хранилище Google
Source: Hugging Face blog — original
Our earlier posts on this topic ↓
Fresh news