-
Notifications
You must be signed in to change notification settings - Fork 4
/
environment.yml
69 lines (69 loc) · 1.65 KB
/
environment.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name: asid
channels:
- defaults
dependencies:
- python=3.8
- importlib_resources
- pip:
- pandas
- --extra-index-url https://download.pytorch.org/whl/cu118
- antlr4-python3-runtime==4.9.3
- asttokens==2.2.1
- audioread==3.0.0
- click==8.1.3
- cmake==3.25.0
- colorama==0.4.6
- decorator==5.1.1
- docker-pycreds==0.4.0
- einops==0.6.1
- executing==1.2.0
- filelock==3.9.0
- fsspec==2023.4.0
- gitdb==4.0.10
- gitpython
- huggingface-hub==0.14.1
- icecream==2.1.3
- jinja2==3.1.2
- joblib==1.2.0
- lazy-loader==0.2
- librosa
- lit==15.0.7
- llvmlite==0.39.1
- markupsafe==2.1.2
- matplotlib
- mpmath==1.2.1
- msgpack==1.0.5
- natsort==8.3.1
- networkx==3.0
- numba==0.56.4
- numpy
- omegaconf==2.3.0
- pathtools==0.1.2
- protobuf==4.22.3
- psutil==5.9.5
- pydub
- pygments==2.15.1
- pylint==2.17.4
- pyqt5-sip==12.11.0
- pyyaml
- scikit-learn==1.2.2
- scipy==1.10.1
- sentry-sdk==1.21.1
- setproctitle==1.3.2
- smmap==5.0.0
- soundfile==0.12.1
- soxr==0.3.5
- sympy==1.11.1
- threadpoolctl==3.1.0
- timm==0.6.13
- torch==2.0.0+cu118
#- torch==2.0.0
#figure out how to install versions of this for metal instead of cuda bcs of mac
- torchaudio==2.0.1+cu118
- torchaudio==2.0.1
- torchmetrics==0.11.4
- torchvision==0.15.1+cu118
#- torchvision==0.15.1
- tqdm==4.65.0
- typing-extensions==4.4.0
- wandb==0.15.0