The Wire · Showcase
AI REVIEWER GAINS INFERENCE CONTROL, DIFFUSERS TEST SUITE OVERHAUL UNDERWAY
By RepoJournal · Filed · About Hugging Face
The AI reviewer bot now lets you pick your inference provider and manage token budgets with headroom, while diffusers ships a major modeling-test migration across four autoencoder variants.
AI-reviewer shipped two critical UX improvements overnight. The dropdown for Hugging Face inference provider selection [1] fixes a blocking usability gap, and token reduction with headroom support [2] gives you fine-grained control over context windows. Both changes need UI propagation to be useful at scale. Over in diffusers, the modeling-test migration continues at pace: four autoencoder test suites (temporal decoder, cosmos, kvae, mochi) moved to the mixin-based structure [3], fixing a return_dict propagation bug in AutoencoderKLMochi along the way. CosmosControlNetModel tests also migrated [6]. The marigold depth pipeline stopped failing on XPU and A100 [4], and QwenImage attention masking under Ulysses sequence parallelism is fixed [5]. huggingface.js released tasks-v0.21.10 and v0.21.9 [7] [8], added MMMU-Pro as an evaluation framework [9], and updated CheXmix download tracking [10]. Transformers-ci infrastructure gained staging environment mirroring, protocol flexibility, and memory optimizations [11] [12] [13].
Action items
- → Review AI-reviewer dropdown and token headroom PRs for UI propagation huggingface/ai-reviewer [immediate]
- → Monitor diffusers modeling-test migration - four major test suite rewrites in flight huggingface/diffusers [monitor]
- → Ship transformers-ci staging mirror and protocol changes to unblock environment parity huggingface/transformers-ci [plan]
References
- [1] implement dropdown when hf inference provider is selected. ↗ huggingface/ai-reviewer
- [2] implement token reduction with `headroom` ↗ huggingface/ai-reviewer
- [3] refactor autoencoder tests (temporal decoder, cosmos, kvae, mochi) ↗ huggingface/diffusers
- [4] fix marigold depth failure in xpu and A100 ↗ huggingface/diffusers
- [5] Fix the QwenImage Attention mask under Ulysses SP ↗ huggingface/diffusers
- [6] refactor controlnet_cosmos tests ↗ huggingface/diffusers
- [7] tasks-v0.21.10 ↗ huggingface/huggingface.js
- [8] tasks-v0.21.9 ↗ huggingface/huggingface.js
- [9] Add mmmu-pro eval framework (#2213) huggingface/huggingface.js
- [10] Updated CheXmix Download Counts (#2219) huggingface/huggingface.js
- [11] added a mirroring option for a staging env huggingface/transformers-ci
- [12] protect calls around staging huggingface/transformers-ci
- [13] allow setting the protocol huggingface/transformers-ci
FAQ
- What changed in Hugging Face on June 9, 2026?
- The AI reviewer bot now lets you pick your inference provider and manage token budgets with headroom, while diffusers ships a major modeling-test migration across four autoencoder variants.
- What should Hugging Face teams do about it?
- Review AI-reviewer dropdown and token headroom PRs for UI propagation • Monitor diffusers modeling-test migration - four major test suite rewrites in flight • Ship transformers-ci staging mirror and protocol changes to unblock environment parity
- Which Hugging Face repositories shipped on June 9, 2026?
- huggingface/ai-reviewer, huggingface/diffusers, huggingface/huggingface.js, huggingface/transformers-ci