requirements.txt - not accurate

#16
by JeremiahLS - opened

After creating a fresh environment and running this from scratch, I recommend the following updates to requirements.txt:

NOTES:

python v3.10 is expected

numpy must be 1.22.0 because 2.x numpy is required

INSTALLATION COMMAND:

pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu118

- BEGIN REQUIREMENTS.TXT

accelerate>=0.33.0
cached_path
datasets
detoxify
einops>=0.8.0
einx>=0.3.0
ema_pytorch>=0.5.2
faster_whisper
funasr
gradio
jieba
jiwer
librosa
matplotlib
numpy==1.22.0
pandas
pydub
pypinyin
safetensors
scipy
torchdiffeq
torch==2.3.0+cu118
torchaudio==2.3.0+cu118
tqdm>=4.65.0
transformers
txtsplit
vocos
wandb
x_transformers>=1.31.14
zhconv
zhon

- END REQUIREMENTS.TXT

This is actually very helpful! Got me a lot farther on MacOS 15.1 Beta (24B5055e) than the included repo requirements.txt

Sign up or log in to comment