Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- 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.
|