OpenFold / scripts /run_unit_tests.sh
OneScience's picture
Upload folder using huggingface_hub
d149fb1 verified
Raw
History Blame Contribute Delete
149 Bytes
#!/bin/bash
CUDA_VISIBLE_DEVICES="0"
python3 -m unittest "$@" || \
echo -e "\nTest(s) failed. Make sure you've installed all Python dependencies."