Renton-Ren's picture
Upload folder using huggingface_hub (part 65)
c99d198 verified
Raw
History Blame Contribute Delete
388 Bytes
#!/bin/bash
echo "running tests for bc..."
python test_bc.py
echo "running tests for hbc..."
python test_hbc.py
echo "running tests for iris..."
python test_iris.py
echo "running tests for bcq..."
python test_bcq.py
echo "running tests for cql..."
python test_cql.py
echo "running tests for scripts..."
python test_scripts.py
echo "running tests for examples..."
python test_examples.py