fluency-benchmark / run_with_nemo.sh
syt20's picture
Replace with fluency_app_v3: updated models, new pipeline modules, experiments
63fae5b verified
raw
history blame contribute delete
348 Bytes
#!/bin/bash
# Run hybrid VAD pipeline with the correct environment
# torch 2.11.0 + torchaudio 2.11.0 + torchvision 0.26.0 + nemo 2.7.2 from /tmp/pylibs
# deeplearning conda env provides Python 3.12
export PYTHONPATH=/tmp/pylibs
export MPLCONFIGDIR=/tmp/matplotlib_cfg
mkdir -p "$MPLCONFIGDIR"
/opt/anaconda3/envs/deeplearning/bin/python -u "$@"