Spaces:
Runtime error
Runtime error
takarajordan
commited on
Commit
β’
8fc4261
1
Parent(s):
b513b33
fix: made packages explicit
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
transformers
|
4 |
-
megfile
|
5 |
tiktoken
|
6 |
verovio
|
7 |
opencv-python
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
transformers==4.37.2
|
4 |
+
megfile==3.1.2
|
5 |
tiktoken
|
6 |
verovio
|
7 |
opencv-python
|