meg HF staff commited on
Commit
534ca7d
·
verified ·
1 Parent(s): 79fff16

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -7,8 +7,8 @@ echo "Not checking h100 -- already know it's not there."
7
  echo "Attempting to run."
8
  #if [[ $? = 0 ]]; then
9
 
10
- touch attempts.txt
11
- touch failed_attempts.txt
12
  # For each line in the requests dataset....
13
  python /parse_requests.py | while read -r line; do
14
  # Read the name of the model and the experiment.
 
7
  echo "Attempting to run."
8
  #if [[ $? = 0 ]]; then
9
 
10
+ touch /app/attempts.txt
11
+ touch /app/failed_attempts.txt
12
  # For each line in the requests dataset....
13
  python /parse_requests.py | while read -r line; do
14
  # Read the name of the model and the experiment.