anthonyrusso commited on
Commit
b41d3cc
1 Parent(s): 5c7399e

Updated dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +122 -20
requirements.txt CHANGED
@@ -1,23 +1,125 @@
1
- # please make sure you have already a pytorch install that is cuda enabled!
2
- av
3
- einops
4
- flashy>=0.0.1
5
- hydra-core>=1.1
6
- hydra_colorlog
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  julius
8
- num2words
9
- numpy
10
- sentencepiece
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  spacy==3.5.2
12
- torch>=2.0.0
13
- torchaudio>=2.0.0
14
- huggingface_hub
15
- tqdm
16
- transformers>=4.31.0 # need Encodec there.
17
- xformers
18
- demucs
19
- librosa
20
- gradio
 
 
 
21
  torchmetrics
22
- encodec
23
- protobuf
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.1.2
3
+ antlr4-python3-runtime==4.9.3
4
+ anyio==3.7.1
5
+ attrs==23.1.0
6
+ audioread==3.0.1
7
+ av==10.0.0
8
+ blis==0.7.11
9
+ catalogue==2.0.10
10
+ certifi==2023.7.22
11
+ cffi==1.16.0
12
+ charset-normalizer==3.3.0
13
+ click==8.1.7
14
+ cloudpickle==2.2.1
15
+ colorlog==6.7.0
16
+ confection==0.1.3
17
+ contourpy==1.1.1
18
+ cycler==0.12.1
19
+ cymem==2.0.8
20
+ decorator==5.1.1
21
+ demucs
22
+ docopt==0.6.2
23
+ dora-search
24
+ einops==0.7.0
25
+ encodec
26
+ exceptiongroup==1.1.3
27
+ fastapi==0.103.2
28
+ ffmpy==0.3.1
29
+ filelock==3.12.4
30
+ flashy
31
+ fonttools==4.43.1
32
+ fsspec==2023.9.2
33
+ gradio==3.47.1
34
+ gradio_client==0.6.0
35
+ h11==0.14.0
36
+ httpcore==0.18.0
37
+ httpx==0.25.0
38
+ huggingface-hub==0.17.3
39
+ hydra-colorlog==1.2.0
40
+ hydra-core==1.3.2
41
+ idna==3.4
42
+ importlib-metadata==6.8.0
43
+ importlib-resources==6.1.0
44
+ Jinja2==3.1.2
45
+ joblib==1.3.2
46
+ jsonschema==4.19.1
47
+ jsonschema-specifications==2023.7.1
48
  julius
49
+ kiwisolver==1.4.5
50
+ lameenc==1.6.1
51
+ langcodes==3.3.0
52
+ lazy_loader==0.3
53
+ librosa==0.10.1
54
+ lightning-utilities==0.9.0
55
+ llvmlite==0.41.0
56
+ MarkupSafe==2.1.3
57
+ matplotlib==3.7.3
58
+ mpmath==1.3.0
59
+ msgpack==1.0.7
60
+ murmurhash==1.0.10
61
+ networkx==3.1
62
+ num2words==0.5.12
63
+ numba==0.58.0
64
+ numpy==1.24.4
65
+ omegaconf==2.3.0
66
+ openunmix
67
+ orjson==3.9.7
68
+ packaging==23.2
69
+ pandas==2.0.3
70
+ pathy==0.10.2
71
+ Pillow==10.0.1
72
+ pkgutil_resolve_name==1.3.10
73
+ platformdirs==3.11.0
74
+ pooch==1.7.0
75
+ preshed==3.0.9
76
+ protobuf==4.24.4
77
+ pycparser==2.21
78
+ pydantic==1.10.13
79
+ pydub==0.25.1
80
+ pyparsing==3.1.1
81
+ python-dateutil==2.8.2
82
+ python-multipart==0.0.6
83
+ pytz==2023.3.post1
84
+ PyYAML==6.0.1
85
+ referencing==0.30.2
86
+ regex==2023.10.3
87
+ requests==2.31.0
88
+ retrying==1.3.4
89
+ rpds-py==0.10.4
90
+ safetensors==0.4.0
91
+ scikit-learn==1.3.1
92
+ scipy==1.10.1
93
+ semantic-version==2.10.0
94
+ sentencepiece==0.1.99
95
+ six==1.16.0
96
+ smart-open==6.4.0
97
+ sniffio==1.3.0
98
+ soundfile==0.12.1
99
+ soxr==0.3.7
100
  spacy==3.5.2
101
+ spacy-legacy==3.0.12
102
+ spacy-loggers==1.0.5
103
+ srsly==2.4.8
104
+ starlette==0.27.0
105
+ submitit==1.5.0
106
+ sympy==1.12
107
+ thinc==8.1.12
108
+ threadpoolctl==3.2.0
109
+ tokenizers==0.14.1
110
+ toolz==0.12.0
111
+ torch
112
+ torchaudio
113
  torchmetrics
114
+ tqdm==4.66.1
115
+ transformers==4.34.0
116
+ treetable==0.2.5
117
+ typer==0.7.0
118
+ typing_extensions==4.8.0
119
+ tzdata==2023.3
120
+ urllib3==2.0.6
121
+ uvicorn==0.23.2
122
+ wasabi==1.1.2
123
+ websockets==11.0.3
124
+ xformers
125
+ zipp==3.17.0