The Wire · Showcase
DIFFUSERS SHIPS TEST-BY-COMMENT BOT, TAMPS DOWN INFERENCE.JS AUDIO BUGS
By RepoJournal · Filed · About Hugging Face
Diffusers just handed developers a GPU-friendly shortcut: run tests from PR comments instead of waiting for full CI cycles, while inference.js fixes a silent failure that broke browser audio uploads to fal-ai.
The diffusers team shipped a comment-bot workflow [1] that triggers GPU-intensive tests on demand within pull requests, cutting the friction of manual test runs when you need real hardware validation. This lands alongside a major refactor wave across transformers tests [2] and unet variants [2], tightening up test patterns across the codebase. Over in TRL, the team axed redundant `.contiguous()` calls [3] and cleaned up silently-ignored config fields [4] that were cluttering GOLD and Distillation configs, moves that reduce confusion and surface real deprecations. The inference.js release [5] patches a critical bug where fal-ai's ASR rejected browser webm and wav uploads due to MIME type labeling [6], a fix that matters for anyone shipping voice features. LeRobot pushed a bimanual robot refactor [7] that finally unifies drifted implementations across followers and leaders, plus a video-pipeline fix [8] that stops image features from getting accidentally deleted when video encoding isn't used.
One email a day. Unsubscribe in one click.
Keep up with Hugging Face in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Test the comment-bot workflow on your next heavy-compute PR in diffusers huggingface/diffusers [plan]
- → Update inference.js to v4.13.19 if you ship fal-ai ASR to browsers huggingface/huggingface.js [plan]
- → Review TRL config changes if you use GOLD or Distillation training huggingface/trl [monitor]
References
- [1] [CI] allow running tests as PR comments through a bot (#13873) huggingface/diffusers
- [2] [CI] Refactor Z Image Transformer Tests (#13253) huggingface/diffusers
- [3] Remove redundant `.contiguous()` calls (#6045) huggingface/trl
- [4] Remove silently-ignored W&B/Hub fields from GOLD and Distillation configs (#6023) huggingface/trl
- [5] inference-v4.13.19 ↗ huggingface/huggingface.js
- [6] [Inference Providers] fal-ai: fix ASR for browser webm & wav (data-URL MIME types) ↗ huggingface/huggingface.js
- [7] refactor(robots): homogenize bi-manual setups implementations ↗ huggingface/lerobot
- [8] fix(images/videos): fixing aggregate_pipeline_dataset_features to avoid unwanted images features deletion ↗ huggingface/lerobot