Back to today's topics

Verified · Jul 8, 2026

HF's 7/7 three-cloud week: HF models reach SageMaker / Foundry / cross-cloud zero-egress from the Hub

3 sources

Hugging Face on July 7 published three cloud-integration posts in 24 hours: a deep-link integration with Amazon SageMaker AI (HF model pages add 'Customize on SageMaker AI / Deploy on SageMaker AI' one-click entry, with AmazonSageMakerModelCustomizationCoreAccess managed policy covering SFT/DPO/RLVR/RLAIF fine-tuning, G5/G6 GPU quota inline); a Microsoft Foundry Managed Compute collaboration (weekly-refreshed HF open-weight model catalog + SafeTensors + Azure pre-staged weights + 6 runtime images + A100/H100/MI300X preview); and a SkyPilot zero-egress storage integration (Hub Storage as a first-class SkyPilot backend, `hf://` URLs across 20+ clouds, K8s/Slurm/on-prem with no egress fees, Qwen3.5-4B 30-second free load, Xet incremental dedup). Bound: 'open-weight models this week crossed from the Hub to the three major clouds plus cross-cloud storage.'

Why now

HF's same-week three-cloud release gives creators the 'open-weight models from the Hub to any cloud' frame, binding cloud-native (AWS / Azure / Foundry) and cloud-neutral (Hub Storage + SkyPilot) positions in one narrative.

Why it is worth publishing

Huge demo space: SageMaker one-click flow is a great screen-recording; Foundry Catalog weekly refresh is a natural timeline graphic; SkyPilot `hf://` mount + FUSE lazy read is a clean hands-on demo.

Evidence basis

All three releases are HF and partner-canonical announcements, heat comes from partnership density not external citations — so stable mid-to-upper tier.

'HF didn't ship models this week — it shipped clouds. One click to AWS, one click to Azure, and zero lock-in to either.'

Angle

Frame HF's three-cloud week as 'what does the open-weight model deployment stack look like' — cloud-native (SageMaker / Foundry) for one-click entry + enterprise compliance, cloud-neutral (SkyPilot) for zero-egress cross-cloud. Creators make 'whether you want to lock to one cloud or not, HF gave you an entry this week.'

Format

Carousel

Demo idea

Build a '7/7 HF three-cloud' card: left column SageMaker one-click (button names + managed policy + G5/G6 quota), middle column Foundry Managed Compute (weekly-refreshed catalog + SafeTensors + 6 runtime images + A100/H100/MI300X), right column SkyPilot (`store: hf` + `hf://` mount + 20+ cloud zero-egress + Xet dedup); middle line: 'open-weight models this week crossed from the Hub to the three major clouds plus cross-cloud storage.'

Platform notes

SageMaker specific supported regions, latency, pricing, CLI not given in the captured summary (medium risk). Foundry specific per-accelerator pricing, regional availability, per-model license terms not given (medium risk). SkyPilot per-cloud pricing, per-region bandwidth, Bucket tier limits not given (medium risk). Don't quote specific numbers from memory.

Usable claims

  • Hugging Face's July 7, 2026 blog post announces a deep-link integration with Amazon SageMaker AI: supported HF models expose 'Customize on SageMaker AI' and 'Deploy on SageMaker AI' buttons that open the corresponding SageMaker Studio workflow with the model context preserved; new Studio environments are auto-provisioned with the AmazonSageMakerModelCustomizationCoreAccess managed policy covering SFT, DPO, RLVR, and RLAIF fine-tuning approaches plus deployment to SageMaker AI or Bedrock endpoints; the instance selection UI surfaces GPU quota availability (G5, G6 families) inline.
  • Hugging Face's July 7, 2026 blog post documents that Microsoft Build 2026 announced Foundry Managed Compute with a curated catalog of Hugging Face open-weight models available directly in the Foundry Model Catalog — refreshed weekly, deployable in one click, spanning text/vision/audio/multimodal (LLMs, VLMs, ASR, embeddings, segmentation, image generation) — screened for license compliance and security and shipping only in SafeTensors format. Microsoft pre-stages weights in Azure storage, builds and CVE-scans runtime images (vLLM, SGLang, TensorRT-LLM, NIM, TEI, llama.cpp, hf-serve), and validates each model + runtime + accelerator combination before publication. Available in preview on NVIDIA A100, H100, and AMD MI300X accelerators in Global and Data Zone scopes.
  • Hugging Face's July 7, 2026 blog post documents that Hugging Face Storage is now a first-class SkyPilot backend via a new `store: hf` option and `hf://` URLs: Buckets (read-write) or any model/dataset/Space repo (read-only) mount into a SkyPilot task using the `hf-mount` FUSE driver with MOUNT and COPY modes and lazy reads; data can be read onto GPUs across 20+ clouds, Kubernetes, Slurm, and on-prem environments without per-cloud copies or transfer taxes (HF charges no egress or CDN fees). A Qwen3.5-4B SFT benchmark loaded free in about 30 seconds at up to 500 MB/s, with checkpoints streaming to Buckets at 112-168 MB/s across AWS, GCP, and Lambda. Buckets are Xet-backed with content-defined chunking for incremental checkpoint deduplication.

Evidence pipeline

Breakdown

SageMaker (cloud-native AWS one-click entry) + Foundry (cloud-native Azure weekly-refreshed catalog) + SkyPilot (cloud-neutral zero-egress cross-cloud storage) — telling the three releases as one line can feel scattered. This explainer walks through the 'cloud-native entry vs cloud-neutral storage' two-position split, and how creators pick a position.

Risks

  • Pin links to each source; quote only what the captured summary states; do not paraphrase specific GitHub PR numbers, HF blog body details, features-article specifics, performance metrics, or migration details beyond what is stated.

Demo ideas

  • Record the full 4-step SageMaker one-click flow: discover on HF model page -> AWS sign-in -> Studio pre-loaded -> endpoint test.
  • Build a comparison table of Foundry Model Catalog's 6 runtime images (vLLM / SGLang / TensorRT-LLM / NIM / TEI / llama.cpp / hf-serve) and tag the best-fit scenario for each.
  • Use SkyPilot `pip install 'skypilot[huggingface]'` + `hf auth login` + write a minimal hf:// mount task, record the full demo.