Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
c2a9d5b
1
Parent(s):
ae58991
Bump requirements
Browse files- requirements-local.txt +1 -1
- requirements.txt +1 -1
requirements-local.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
.
|
3 |
-
torch
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
.
|
3 |
+
torch>=1.12.1
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
git+https://github.com/robinhad/ukrainian-tts.git #. should be correct one
|
3 |
-
torch
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
git+https://github.com/robinhad/ukrainian-tts.git #. should be correct one
|
3 |
+
torch>=1.12.1
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|