File size: 139 Bytes
d023e59
 
531c599
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

python /check_h100.py
if [[ $? = 0 ]]; then
    optimum-benchmark --config-dir /optimum-benchmark/examples/energy_star/ $@
fi