Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIEnergyScore
/
launch-computation-example
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
531c599
launch-computation-example
/
entrypoint.sh
meg
HF Staff
Update entrypoint.sh
531c599
verified
7 months ago
raw
Copy download link
history
blame
139 Bytes
#!/bin/bash
python /check_h100.py
if
[[ $? = 0 ]];
then
optimum-benchmark --config-dir /optimum-benchmark/examples/energy_star/
$@
fi