mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-04 03:56:16 +00:00
Need accelerate
This commit is contained in:
parent
4785759ba1
commit
16145a4b32
@ -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}'
|
||||
])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user