Spaces:
Runtime error
Runtime error
Why is it not finding the right libraries anymore? Sigh.
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -10,5 +10,5 @@ python /parse_requests.py | while read line; do
|
|
10 |
optimum-benchmark --config-name ${experiment_name} --config-dir /optimum-benchmark/examples/energy_star/ hydra.run.dir='/data/runs/${experiment_name}/${backend_model}/${now:%Y-%m-%d-%H-%M-%S}'
|
11 |
done
|
12 |
echo "Finished"
|
13 |
-
|
14 |
#fi
|
|
|
10 |
optimum-benchmark --config-name ${experiment_name} --config-dir /optimum-benchmark/examples/energy_star/ hydra.run.dir='/data/runs/${experiment_name}/${backend_model}/${now:%Y-%m-%d-%H-%M-%S}'
|
11 |
done
|
12 |
echo "Finished"
|
13 |
+
python /pause_space.py
|
14 |
#fi
|