From f2696026e99d83205132bbdb5195b97322477197 Mon Sep 17 00:00:00 2001 From: ngbountos Date: Thu, 22 Jun 2023 18:04:09 +0300 Subject: [PATCH] add script to run bulk finetuning exps --- linear_eval.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/linear_eval.sh b/linear_eval.sh index 4adf65d..63ef2aa 100755 --- a/linear_eval.sh +++ b/linear_eval.sh @@ -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))