meg HF staff commited on
Commit
12e1aa9
·
verified ·
1 Parent(s): 9535ec9

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +0 -2
entrypoint.sh CHANGED
@@ -7,8 +7,6 @@ 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
  # For each line in the requests dataset....
11
  python /parse_requests.py | while read -r line; do
12
  # Read the name of the model and the experiment.