forked from sigsep/open-unmix-pytorch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.txt
executable file
·37 lines (31 loc) · 1.13 KB
/
install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
mac1
----
conda create --name deep2 python=3
conda activate deep2
conda install pytorch::pytorch torchvision torchaudio -c pytorch
conda install scipy
conda install -c conda-forge librosa tqdm
conda install -c conda-forge openai
whisperX?
conda install -c huggingface transformers
conda install -c conda-forge pandas nltk
conda install -c conda-forge 'ffmpeg-python>=0.2'
# NO conda install -c conda-forge 'faster-whisper'
pip install --no-dependencies -e .
pip install ctranslate2
pip install faster-whisper
pip install pyannote.audio
unix1
-----
conda create --name deep2 python=3.10
conda activate deep2
(whisperX)
git clone [email protected]:m-bain/whisperX.git
cd whisperX
# conda install pytorch==2.0.0 torchaudio==2.0.0 pytorch-cuda=11.8 -c pytorch -c nvidia
# conda install pytorch torchaudio torchvision pytorch-cuda=11.6 -c pytorch -c nvidia
# conda install pytorch torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
# conda install pytorch==2.0.0 torchaudio==2.0.0 pytorch-cuda=11.6 -c pytorch -c nvidia
conda install pytorch==2.0.0 torchaudio==2.0.0 torchvision pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -e .
# works. then vizer time