Spaces:
Runtime error
Runtime error
Seeing what happens when we upload the /runs folder.
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
@@ -31,8 +31,8 @@ done || {
|
|
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
|
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
|
|
|
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 the /runs folder.")
|
35 |
+
python /upload_run_folder.py /runs
|
36 |
|
37 |
if [ -s $run_dir/error.log ]; then
|
38 |
# error.log is not-empty, an error was raised
|