Spaces:
Running
on
Zero
Running
on
Zero
pip install git+https://github.com/RobinWitch/Montreal-Forced-Aligner.git | |
cd kalpy_pkg | |
tar -xvf new1.tar | |
tar -xvf kalpy.tar | |
mv new1/* "$(python3 -c "import site; print('/'.join(site.getsitepackages()[0].split('/')[:-2]))")" | |
mv kalpy "$(python3 -c 'import site; print(site.getsitepackages()[0])')" | |
mv _kalpy.cpython-310-x86_64-linux-gnu.so "$(python3 -c 'import site; print(site.getsitepackages()[0])')" | |
pip install pgvector | |
pip install Bio | |
pip uninstall SQLAlchemy -y | |
pip install SQLAlchemy | |
mfa model download acoustic english_us_arpa | |
mfa model download dictionary english_us_arpa |