File size: 310 Bytes
d023e59
 
616b8af
d5b1458
 
81672b4
990b9a2
 
b9e5ec0
990b9a2
81672b4
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

echo "Not checking h100 -- already know it's not there."
#python /check_h100.py
echo "Attempting to run."
#if [[ $? = 0 ]]; then
optimum-benchmark --config-name text_classification --config-dir /optimum-benchmark/examples/energy_star/ 
echo "Finished"
cp ./runs/ /runs/
python /pause_space.py
#fi