mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-11 02:52:18 +00:00
Install torchaudio with pytorch
This commit is contained in:
parent
7edf94264e
commit
ca15b32b76
@ -8,7 +8,13 @@ PYTORCH_VER=1.8.1
|
|||||||
CUDA_VER=11.1
|
CUDA_VER=11.1
|
||||||
|
|
||||||
echo Installing k2 and PyTorch
|
echo Installing k2 and PyTorch
|
||||||
conda install -c k2-fsa -c pytorch -c conda-forge k2 python=$PYTHON_VER cudatoolkit=$CUDA_VER pytorch=$PYTORCH_VER
|
conda install \
|
||||||
|
-c k2-fsa -c pytorch -c conda-forge \
|
||||||
|
k2 \
|
||||||
|
python=$PYTHON_VER \
|
||||||
|
cudatoolkit=$CUDA_VER \
|
||||||
|
pytorch=$PYTORCH_VER \
|
||||||
|
torchaudio
|
||||||
|
|
||||||
echo Installing Lhotse
|
echo Installing Lhotse
|
||||||
pip install git+https://github.com/lhotse-speech/lhotse
|
pip install git+https://github.com/lhotse-speech/lhotse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user