meg HF staff commited on
Commit
ca32ce8
·
verified ·
1 Parent(s): 5fade25

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -0
entrypoint.sh CHANGED
@@ -31,6 +31,9 @@ done || {
31
  #python /failed_run.py --run_dir $run_dir --model_name $backend_model --logs_name $logs_name
32
  }
33
 
 
 
 
34
  if [ -s $run_dir/error.log ]; then
35
  # error.log is not-empty, an error was raised
36
  echo "An error was raised while benchmarking the model..."
 
31
  #python /failed_run.py --run_dir $run_dir --model_name $backend_model --logs_name $logs_name
32
  }
33
 
34
+ print("Seeing what happens when we upload whatever exists to the ./runs folder.")
35
+ python /upload_run_folder.py
36
+
37
  if [ -s $run_dir/error.log ]; then
38
  # error.log is not-empty, an error was raised
39
  echo "An error was raised while benchmarking the model..."