meg's picture
meg HF Staff
Debugging entrypoint commands
81672b4 verified
raw
history blame
313 Bytes
#!/bin/bash
echo("Checking h100")
python /check_h100.py
echo("Attempting to run.")
#if [[ $? = 0 ]]; then
optimum-benchmark --config-name image_to_text backend.model=noamrot/FuseCap_Image_Captioning backend.processor=noamrot/FuseCap_Image_Captioning #--config-dir /optimum-benchmark/examples/energy_star/ $@
#fi