Need accelerate

This commit is contained in:
Jake Poznanski 2025-07-16 18:51:37 +00:00
parent 4785759ba1
commit 16145a4b32

View File

@ -140,6 +140,8 @@ if has_aws_creds:
])
commands.extend([
# Install accelerate
"pip install accelerate",
# Run comparison
f'python -m olmocr.train.compare_vllm_checkpoint --model {model_path} --max-tokens {max_tokens} --num-prompts {num_prompts} --prob-threshold {prob_threshold} --seed {seed}'
])