meg HF staff commited on
Commit
d5b1458
·
verified ·
1 Parent(s): 958f5fc

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -3
entrypoint.sh CHANGED
@@ -1,8 +1,8 @@
1
  #!/bin/bash
2
 
3
- echo("Checking h100")
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
 
 
1
  #!/bin/bash
2
 
3
+ echo "Checking h100"
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