sasha HF staff commited on
Commit
990b9a2
·
verified ·
1 Parent(s): 411692e

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -3
entrypoint.sh CHANGED
@@ -4,7 +4,8 @@ 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/ hydra.run.dir="/runs/"
8
-
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/
8
+ echo "Finished"
9
+ cp /optimum-benchmark/runs/ /runs/
10
+ python /pause_space.py
11
  #fi