hf-mount-encrypted v0.12.0 Mounts Hugging Face Buckets as Local Disks with Client-Side Encryption
jedisct1 · x · 2026-09-24
作者 jedisct1 发布 hf-mount-encrypted v0.12.0,一个将 Hugging Face Buckets 与仓库直接挂载为本地文件系统的开源工具(Rust 实现,fork 自 huggingface/hf-mount),并在 fork 中加入了透明的客户端加密支持。
用法:用 hf buckets create 建 bucket,用 head -c 32 /dev/urandom > key.bin 生成 32 字节密钥,再 hf mount start --encryption-key-file key.bin 挂载即可。认证读取环境变量 HFTOKEN 或显式传入 --hf-token。
挂载后无需下载、无需复制,模型代码可直接按需读取,例如 AutoModelForCausalLM.frompretrained("/tmp/gpt-oss"),适合在加密前提下按需加载大模型与数据集。
More from Infra
- ClusterMAX 3.0 debuts: comprehensive review of 77 neocloud providers, market view now spans 323 — demian_ai · 2026-09-24
- zlaya: a Zig-based CPU-only inference engine runs Laya on CDN edge via WebAssembly — jedisct1 · 2026-09-24
- Ten banks back $22B loan for Alphabet-Blackstone AI cloud JV Crux AI — Beth_Kindig · 2026-09-24
- Nebius enters SemiAnalysis top tier as neocloud rival IREN underperforms — BenBajarin · 2026-09-24
- Why the Semiconductor Industry Is Betting on Optical Interconnects for AI — BenBajarin · 2026-09-24
- Qualcomm Officially Brings Linux to Snapdragon X2 Chips, Debian Coming End of This Year — tomwarren · 2026-09-24