meg HF staff commited on
Commit
531c599
·
verified ·
1 Parent(s): d023e59

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -5
entrypoint.sh CHANGED
@@ -1,7 +1,6 @@
1
  #!/bin/bash
2
 
3
- python /launch_backend.py
4
- #python /check_h100.py
5
- #if [[ $? = 0 ]]; then
6
- # optimum-benchmark --config-dir /optimum-benchmark/examples/energy_star/ $@
7
- #fi
 
1
  #!/bin/bash
2
 
3
+ python /check_h100.py
4
+ if [[ $? = 0 ]]; then
5
+ optimum-benchmark --config-dir /optimum-benchmark/examples/energy_star/ $@
6
+ fi