Spaces:
Runtime error
Runtime error
File size: 169 Bytes
d023e59 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
python /launch_backend.py
#python /check_h100.py
#if [[ $? = 0 ]]; then
# optimum-benchmark --config-dir /optimum-benchmark/examples/energy_star/ $@
#fi
|