The Wire · Showcase
HARBOR-HF SHIPS UNIFIED TYPESCRIPT CONTROL SERVICE, TRANSFORMERS PATCHES DEVICE MISMATCHES
By RepoJournal · Filed · About Hugging Face
Harbor-HF migrated from distributed Python services to a single hosted TypeScript control plane, while Transformers fixed critical device placement bugs and unlocked tokenizers 0.23.1 compatibility.
The Harbor-HF control service shipped as planned [1], consolidating the old Python presentation layer and separate results frontend into one TypeScript API that reconciles immutable records and serves a React operations console. Campaign launches now work as profile-based API requests instead of mutable repository workflows. This follows hardened docs that simplified the architecture to one private control Space, one artifact Bucket, and one service token [ref:3,ref:4], with privacy rules added to protect sensitive data from public commits [2]. On the Transformers side, a critical fix landed for DFlash candidate token device mismatches when models split across GPUs with device_map="auto" [5], ensuring logits land on the right device. Tokenizers 0.23.1 compatibility shipped after five call sites were converted to positional-only arguments for RobertaProcessing [6], unblocking the newer tokenizer release. Whisper integration tests on A10G are now stable after dtype and stale value fixes [8]. The Step-3.7-Flash model was added with conversion tooling [7].
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
- → Deploy Harbor-HF TypeScript control service to production huggingface/harbor-hf [immediate]
- → Update Transformers to tokenizers 0.23.1 in your inference pipelines huggingface/transformers [plan]
- → Test DFlash models with device_map="auto" on multi-GPU setups huggingface/transformers [plan]
References
- [1] feat(control): add hosted TypeScript control service ↗ huggingface/harbor-hf
- [2] chore: protect public repository privacy ↗ huggingface/harbor-hf
- [3] docs: simplify Harbor-HF resources ↗ huggingface/harbor-hf
- [4] docs: plan unified Harbor-HF control ↗ huggingface/harbor-hf
- [5] Fix DFlash candidate token device mismatch with device_map="auto" ↗ huggingface/transformers
- [6] :red_circle: Allow tokenizers 0.23.1 ↗ huggingface/transformers
- [7] [new model] step 3.7 ↗ huggingface/transformers
- [8] [Whisper] Fix integration test failures on A10G (dtype, stale values, API changes) ↗ huggingface/transformers