mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-07 22:18:51 +00:00
Need accelerate
This commit is contained in:
parent
4785759ba1
commit
16145a4b32
@ -140,6 +140,8 @@ if has_aws_creds:
|
|||||||
])
|
])
|
||||||
|
|
||||||
commands.extend([
|
commands.extend([
|
||||||
|
# Install accelerate
|
||||||
|
"pip install accelerate",
|
||||||
# Run comparison
|
# 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}'
|
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