The Wire · Showcase
OPENENV ADDS HUGGING FACE SANDBOX PROVIDER, LEROBOT SHIPS FOXGLOVE VISUALIZATION
By RepoJournal · Filed · About Hugging Face
OpenEnv now runs workloads natively on Hugging Face infrastructure while lerobot gains a second visualization backend, and transformers bumps PEFT to shed deprecated weight conversion code.
OpenEnv shipped two major provider integrations that unify its startup model across backends [2][3]. The HFSandboxProvider [3] launches environments as native HF jobs with explicit token handling, while provider-owned startup [2] lets clients like BrowserGymEnv and Modal own their image lifecycle. Both land after dependency housekeeping [1][4] that bumped joserfc across three environment configs. Transformers is consolidating around PEFT by bumping the minimum to 0.19.1 and removing duplicate weight conversion logic [11], following the same week's addition of MiMo-V2 [10] and ZAYA1-8B [12] models plus a fix for accelerate hooks on linear attention models [13]. LeRobot added Foxglove as a second visualization option [7] to match Rerun's feature set for both online and offline data viewing, landed alongside the FastWAM policy [8] and a performance fix that restored Fast Tests CI runtime after a 62% regression [9]. Kernels is preparing Torch 2.13 support [5] but holding ROCm due to import hangs, while redesigning kernel testing to use dynamic loading rather than direct imports [6]. TRL fixed async GRPO's per-generation observation handling [14] to prevent silent training breaks when reset() is stochastic, and refactored environment pooling to support multiple environments at batch time [15].
Action items
- → Review HFSandboxProvider integration [ref:4] - touches credential forwarding and job lifecycle huggingface/OpenEnv [plan]
- → Upgrade to transformers with bumped PEFT 0.19.1 [ref:17] before next release huggingface/transformers [plan]
- → Test Foxglove visualization mode [ref:11] - validate depth frame support huggingface/lerobot [monitor]
- → Watch Torch 2.13 ROCm issue [ref:6] - unblocks non-ROCm kernel rebuilds now huggingface/kernels [monitor]
References
- [1] chore(deps): aggregate envs dependabot updates ↗ huggingface/OpenEnv
- [2] Provider-owned startup ↗ huggingface/OpenEnv
- [3] Add HF sandbox provider ↗ huggingface/OpenEnv
- [4] chore(deps): bump joserfc from 1.6.5 to 1.6.7 in /envs/finqa_env ↗ huggingface/OpenEnv
- [5] Add support for Torch 2.13 ↗ huggingface/kernels
- [6] nix-builder: redesign kernel testing ↗ huggingface/kernels
- [7] feat(visualization): add foxglove support ↗ huggingface/lerobot
- [8] feat(policies): Add FastWAM Policy ↗ huggingface/lerobot
- [9] perf(tests): cache draccus docstring extraction to fix Fast Tests regression ↗ huggingface/lerobot
- [10] Add Xiaomi MiMo-V2 ↗ huggingface/transformers
- [11] Bump min peft 0.19.1 remove weight conversion duplicate code ↗ huggingface/transformers
- [12] [new model] Add Zyphra/ZAYA1-8B ↗ huggingface/transformers
- [13] Fix accelerate hooks for all models using linear attention ↗ huggingface/transformers
- [14] [async GRPO] Per-generation reset() observation ↗ huggingface/trl
- [15] Support multiple environments [1/2]: Pool and build environment tool dicts at batch time ↗ huggingface/trl
FAQ
- What changed in Hugging Face on July 2, 2026?
- OpenEnv now runs workloads natively on Hugging Face infrastructure while lerobot gains a second visualization backend, and transformers bumps PEFT to shed deprecated weight conversion code.
- What should Hugging Face teams do about it?
- Review HFSandboxProvider integration [ref:4] - touches credential forwarding and job lifecycle • Upgrade to transformers with bumped PEFT 0.19.1 [ref:17] before next release • Test Foxglove visualization mode [ref:11] - validate depth frame support
- Which Hugging Face repositories shipped on July 2, 2026?
- huggingface/OpenEnv, huggingface/kernels, huggingface/lerobot, huggingface/transformers, huggingface/trl