RepoJournal
Hugging Face

@huggingface

Transformers, Datasets, and the open AI-model layer

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.

Pick a date

Topics: Python AI / ML Full archive →

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.

Action items

References

  1. [1] feat(control): add hosted TypeScript control service ↗ huggingface/harbor-hf
  2. [2] chore: protect public repository privacy ↗ huggingface/harbor-hf
  3. [3] docs: simplify Harbor-HF resources ↗ huggingface/harbor-hf
  4. [4] docs: plan unified Harbor-HF control ↗ huggingface/harbor-hf
  5. [5] Fix DFlash candidate token device mismatch with device_map="auto" ↗ huggingface/transformers
  6. [6] :red_circle: Allow tokenizers 0.23.1 ↗ huggingface/transformers
  7. [7] [new model] step 3.7 ↗ huggingface/transformers
  8. [8] [Whisper] Fix integration test failures on A10G (dtype, stale values, API changes) ↗ huggingface/transformers

Quick answers

What shipped in Hugging Face on August 17, 2026?
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. In total, 11 commits and 11 pull requests landed.
Who contributed to Hugging Face on August 17, 2026?
5 developers shipped this update, including osolmaz, sywangyi, ArthurZucker, itazap, and ydshieh.
What were the notable Hugging Face updates?
feat(control): add hosted TypeScript control service, chore: protect public repository privacy, and docs: simplify Harbor-HF resources.

More from @huggingface

Daily updates, in your inbox

Follow Hugging Face

Keep up with Hugging Face in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?