LocalAI/backend/python/coqui/test.sh

10 lines
180 B
Bash
Executable File

#!/bin/bash
##
## A bash script wrapper that runs the coqui tests
MY_DIR="$(dirname -- "${BASH_SOURCE[0]}")"
source $MY_DIR/venv/bin/activate
python -m unittest $MY_DIR/test.py