diff --git a/entrypoint.sh b/entrypoint.sh index 8e18da4..bbbcef8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,5 +2,5 @@ python /check_h100.py if [[ $? = 0 ]]; then - optimum-benchmark --config-dir /optimum-benchmark/examples/energy_star/ $@ + optimum-benchmark --config-dir /optimum-benchmark/energy_star/ $@ fi