mirror of
https://github.com/aqlaboratory/openfold.git
synced 2026-06-04 12:44:26 +08:00
7 lines
149 B
Bash
7 lines
149 B
Bash
#!/bin/bash
|
|
|
|
CUDA_VISIBLE_DEVICES="0"
|
|
|
|
python3 -m unittest "$@" || \
|
|
echo -e "\nTest(s) failed. Make sure you've installed all Python dependencies."
|