We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4785759 commit 16145a4Copy full SHA for 16145a4
scripts/compare_vllm.sh
@@ -140,6 +140,8 @@ if has_aws_creds:
140
])
141
142
commands.extend([
143
+ # Install accelerate
144
+ "pip install accelerate",
145
# Run comparison
146
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}'
147
0 commit comments