Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed Aug 27, 2024
1 parent a16cf82 commit 6cb2a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eval/oe-eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ for TASK in "${TASKS[@]}"; do
--beaker-budget ai2/oe-adapt \
--task "$TASK" $MODEL_TYPE \
--batch-size "$BATCH_SIZE" \
--model-args {\"model_path\":\"${MODEL_LOCATION}\"} ${HF_UPLOAD_ARG} \
--model-args "{\"model_path\":\"${MODEL_LOCATION}\",\"revision\":\"${REVISION}\",\"tokenizer_revision\":\"${REVISION}\"}" \ ${HF_UPLOAD_ARG} \
--gpus "$GPU_COUNT"
done

0 comments on commit 6cb2a95

Please sign in to comment.