Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
·
d6b9d5b
1
Parent(s):
dde5c21
update reqs
Browse files- requirements.txt +1 -1
- setup.py +3 -1
requirements.txt
CHANGED
@@ -2,12 +2,12 @@ argbind>=0.3.1
|
|
2 |
pytorch-ignite
|
3 |
rich
|
4 |
audiotools @ git+https://github.com/descriptinc/[email protected]
|
|
|
5 |
tqdm
|
6 |
tensorboard
|
7 |
google-cloud-logging==2.2.0
|
8 |
pytest
|
9 |
pytest-cov
|
10 |
-
papaya_client @ git+https://github.com/descriptinc/lyrebird-papaya.git@master
|
11 |
pynvml
|
12 |
psutil
|
13 |
pandas
|
|
|
2 |
pytorch-ignite
|
3 |
rich
|
4 |
audiotools @ git+https://github.com/descriptinc/[email protected]
|
5 |
+
lac @ git+https://github.com/descriptinc/lyrebird-audio-codec.git@main
|
6 |
tqdm
|
7 |
tensorboard
|
8 |
google-cloud-logging==2.2.0
|
9 |
pytest
|
10 |
pytest-cov
|
|
|
11 |
pynvml
|
12 |
psutil
|
13 |
pandas
|
setup.py
CHANGED
@@ -30,11 +30,13 @@ setup(
|
|
30 |
"argbind>=0.3.2",
|
31 |
"pytorch-ignite",
|
32 |
"rich",
|
33 |
-
"audiotools @ git+https://github.com/descriptinc/[email protected].
|
|
|
34 |
"tqdm",
|
35 |
"tensorboard",
|
36 |
"google-cloud-logging==2.2.0",
|
37 |
"torchmetrics>=0.7.3",
|
38 |
"einops",
|
|
|
39 |
],
|
40 |
)
|
|
|
30 |
"argbind>=0.3.2",
|
31 |
"pytorch-ignite",
|
32 |
"rich",
|
33 |
+
"audiotools @ git+https://github.com/descriptinc/[email protected].3",
|
34 |
+
"lac @ git+https://github.com/descriptinc/lyrebird-audio-codec.git@main",
|
35 |
"tqdm",
|
36 |
"tensorboard",
|
37 |
"google-cloud-logging==2.2.0",
|
38 |
"torchmetrics>=0.7.3",
|
39 |
"einops",
|
40 |
+
"flash-attn",
|
41 |
],
|
42 |
)
|