Commit
·
45b7c86
1
Parent(s):
fef40e6
hydra
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio==4.29.0
|
2 |
torch==2.4.0
|
3 |
nemo_toolkit==1.23.0
|
|
|
4 |
|
5 |
# gradio==4.29.0
|
6 |
# torch==2.4.0
|
@@ -9,7 +10,6 @@ nemo_toolkit==1.23.0
|
|
9 |
# torchvision==0.19.0
|
10 |
# nemo_toolkit==1.23.0
|
11 |
# huggingface-hub==0.23.2
|
12 |
-
# hydra-core==1.3.2
|
13 |
# pytorch-lightning==2.0.7
|
14 |
# Cython==3.0.10
|
15 |
# cytoolz==0.12.3
|
|
|
1 |
gradio==4.29.0
|
2 |
torch==2.4.0
|
3 |
nemo_toolkit==1.23.0
|
4 |
+
hydra-core==1.3.2
|
5 |
|
6 |
# gradio==4.29.0
|
7 |
# torch==2.4.0
|
|
|
10 |
# torchvision==0.19.0
|
11 |
# nemo_toolkit==1.23.0
|
12 |
# huggingface-hub==0.23.2
|
|
|
13 |
# pytorch-lightning==2.0.7
|
14 |
# Cython==3.0.10
|
15 |
# cytoolz==0.12.3
|