mirror of
https://github.com/allenai/olmocr.git
synced 2025-12-04 11:11:08 +00:00
New transformers for qwen3 vl stuff
This commit is contained in:
parent
ba9e14154e
commit
f31f68a4d2
@ -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}/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user