From f31f68a4d2d2d5e53c927d6ef6b8f608b5e5b4cc Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Fri, 24 Oct 2025 16:56:39 +0000 Subject: [PATCH] New transformers for qwen3 vl stuff --- scripts/train/newtrainer-beaker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/train/newtrainer-beaker.sh b/scripts/train/newtrainer-beaker.sh index 232161a..125fcab 100755 --- a/scripts/train/newtrainer-beaker.sh +++ b/scripts/train/newtrainer-beaker.sh @@ -102,7 +102,7 @@ b = Beaker.from_env(default_workspace="ai2/olmocr") dataset_name = dataset.rstrip('/').split('/')[-1] commands = [ "pip install .[train]", - "pip install transformers==4.55.2", + "pip install transformers==4.57.1", "pip install flash-attn==2.8.0.post2 --no-build-isolation", "pip install s5cmd", f"s5cmd sync {dataset}/processed_* /data/{dataset_name}/",