-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
51 lines (44 loc) · 1003 Bytes
/
requirements.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# --------- pytorch --------- #
torch>=2.3.0
torchvision>=0.15.0
lightning>=2.0.0
torchmetrics>=0.11.4
# --------- hydra --------- #
hydra-core==1.3.2
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
# --------- loggers --------- #
wandb
# --------- model --------- #
transformers[torch]>=4.34.0
peft
# --------- audiocraft --------- #
av
julius
einops
flashy
xformers
num2words
spacy
sentencepiece
# --------- evaluation --------- #
torchlibrosa
braceexpand
ftfy
progressbar
webdataset
wget
encodec
laion_clap --install-option="--no-deps"
frechet_audio_distance --install-option="--no-deps" # transformers version conflict
git+https://github.com/haoheliu/audioldm_eval
# --------- data --------- #
resampy
mirdata
smart_open
git+https://github.com/moises-ai/moises-db.git
# --------- others --------- #
rootutils # standardizing the project root setup
pre-commit # hooks for applying linters on commit
rich # beautiful text formatting in terminal
pytest # tests