meg's picture
meg HF Staff
Update entrypoint.sh
531c599 verified
raw
history blame
139 Bytes
#!/bin/bash
python /check_h100.py
if [[ $? = 0 ]]; then
optimum-benchmark --config-dir /optimum-benchmark/examples/energy_star/ $@
fi