Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +0 -1
entrypoint.sh
CHANGED
@@ -4,7 +4,6 @@ echo "Checking h100"
|
|
4 |
#python /check_h100.py
|
5 |
echo "Attempting to run."
|
6 |
#if [[ $? = 0 ]]; then
|
7 |
-
chmod 777 /runs
|
8 |
optimum-benchmark --config-name text_classification --config-dir /optimum-benchmark/examples/energy_star/ hydra.run.dir="/runs/" #$@ ##--config-dir /optimum-benchmark/examples/energy_star/ $@
|
9 |
|
10 |
#python /pause_space.py
|
|
|
4 |
#python /check_h100.py
|
5 |
echo "Attempting to run."
|
6 |
#if [[ $? = 0 ]]; then
|
|
|
7 |
optimum-benchmark --config-name text_classification --config-dir /optimum-benchmark/examples/energy_star/ hydra.run.dir="/runs/" #$@ ##--config-dir /optimum-benchmark/examples/energy_star/ $@
|
8 |
|
9 |
#python /pause_space.py
|