distil-whisper / path.sh
dmnph's picture
Saving train state of step 1000
4095301 verified
# if PYTHONPATH is not set, set it to the current directory
if [ -z "$PYTHONPATH" ]; then
export PYTHONPATH=$PWD
fi