Spaces:
Sleeping
Sleeping
drscotthawley
commited on
Commit
•
b98fe4a
1
Parent(s):
6873531
getting torch version to agree with nattten
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
|
|
|
2 |
natten
|
3 |
pip>=24.1.1
|
4 |
setuptools>=59.6.0
|
5 |
wheel>=0.43.0
|
6 |
gradio
|
7 |
numpy
|
8 |
-
torch
|
9 |
torchvision
|
10 |
midi_player
|
11 |
pandas
|
|
|
1 |
+
torch==2.2.0
|
2 |
+
-f https://shi-labs.com/natten/wheels/cu121/torch2.2.0/index.html
|
3 |
natten
|
4 |
pip>=24.1.1
|
5 |
setuptools>=59.6.0
|
6 |
wheel>=0.43.0
|
7 |
gradio
|
8 |
numpy
|
|
|
9 |
torchvision
|
10 |
midi_player
|
11 |
pandas
|