Skip to content

Commit

Permalink
add script to run bulk finetuning exps
Browse files Browse the repository at this point in the history
  • Loading branch information
ngbountos committed Jun 22, 2023
1 parent d06772c commit f269602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linear_eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
if [ -z "$1" ]; then
echo "No root path. Setting up default!"
checkpoint_root_path="/mnt/shared_storage/hephaestus_checkpoints"
exit 1
fi
checkpoint_root_path=$1
checkpoints=($(ls $checkpoint_root_path))
Expand Down

0 comments on commit f269602

Please sign in to comment.