From 38efab3a60e597fb76beaedcc44654a80f671777 Mon Sep 17 00:00:00 2001 From: "kangrui.du" Date: Tue, 18 Aug 2026 17:16:35 -0700 Subject: [PATCH] chore(deps): bump transformers to 5.12.1 for MiniMax H3 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd93a32f..4b080313 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,9 @@ tensorboard==2.20.0 torch==2.11.0 torchaudio==2.11.0 torchvision==0.26.0 -transformers==5.5.4 +# MiniMax H3's Qwen3-VL text encoder imports transformers.vision_utils, which +# first ships in 5.9.0; 5.12.1 is the version H3 has been run end to end on. +transformers==5.12.1 typer==0.23.2 uvicorn==0.39.0 wandb==0.28.1