meg's picture
meg HF staff
Update entrypoint.sh
e3900b2 verified
raw
history blame
380 Bytes
#!/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/ hydra.run.dir='/data/runs/${experiment_name}/${backend.model}/${now:%Y-%m-%d-%H-%M-%S}'
echo "Finished"
#python /pause_space.py
#fi