Spaces:
Starting
on
T4
Starting
on
T4
Hugo Flores Garcia
commited on
Commit
•
4908bb4
1
Parent(s):
322cc3a
reqs
Browse files- requirements.txt +0 -1
- setup.py +5 -3
requirements.txt
CHANGED
@@ -3,7 +3,6 @@ pytorch-ignite
|
|
3 |
rich
|
4 |
audiotools @ git+https://github.com/descriptinc/lyrebird-audiotools.git@hf/backup-info
|
5 |
lac @ git+https://github.com/descriptinc/lyrebird-audio-codec.git@hf/vampnet-temp
|
6 |
-
wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat.git
|
7 |
torch==1.13.1
|
8 |
torchaudio==0.13.1
|
9 |
tqdm
|
|
|
3 |
rich
|
4 |
audiotools @ git+https://github.com/descriptinc/lyrebird-audiotools.git@hf/backup-info
|
5 |
lac @ git+https://github.com/descriptinc/lyrebird-audio-codec.git@hf/vampnet-temp
|
|
|
6 |
torch==1.13.1
|
7 |
torchaudio==0.13.1
|
8 |
tqdm
|
setup.py
CHANGED
@@ -22,7 +22,7 @@ setup(
|
|
22 |
long_description_content_type="text/markdown",
|
23 |
author="Hugo Flores García, Prem Seetharaman",
|
24 |
author_email="[email protected]",
|
25 |
-
url="https://github.com/
|
26 |
license="MIT",
|
27 |
packages=find_packages(),
|
28 |
install_requires=[
|
@@ -30,8 +30,10 @@ setup(
|
|
30 |
"argbind>=0.3.2",
|
31 |
"pytorch-ignite",
|
32 |
"rich",
|
33 |
-
"audiotools @ git+https://github.com/
|
34 |
-
"lac @ git+https://github.com/
|
|
|
|
|
35 |
"tqdm",
|
36 |
"tensorboard",
|
37 |
"google-cloud-logging==2.2.0",
|
|
|
22 |
long_description_content_type="text/markdown",
|
23 |
author="Hugo Flores García, Prem Seetharaman",
|
24 |
author_email="[email protected]",
|
25 |
+
url="https://github.com/hugofloresgarcia/vampnet",
|
26 |
license="MIT",
|
27 |
packages=find_packages(),
|
28 |
install_requires=[
|
|
|
30 |
"argbind>=0.3.2",
|
31 |
"pytorch-ignite",
|
32 |
"rich",
|
33 |
+
"audiotools @ git+https://github.com/hugofloresgarcia/audiotools.git",
|
34 |
+
"lac @ git+https://github.com/hugofloresgarcia/lac.git",
|
35 |
+
"wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat.git",
|
36 |
+
"torch==2.0",
|
37 |
"tqdm",
|
38 |
"tensorboard",
|
39 |
"google-cloud-logging==2.2.0",
|