Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse filessaving to '/data/'
- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -4,7 +4,7 @@ echo "Not checking h100 -- already know it's not there."
|
|
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/
|
8 |
echo "Finished"
|
9 |
python /pause_space.py
|
10 |
#fi
|
|
|
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='/data/runs/${experiment_name}/${backend.model}/${now:%Y-%m-%d-%H-%M-%S}'
|
8 |
echo "Finished"
|
9 |
python /pause_space.py
|
10 |
#fi
|