Spaces:
Running
on
T4
Running
on
T4
liuhaotian
commited on
Commit
•
45e69a6
1
Parent(s):
2043a67
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -8,8 +8,8 @@ numpy
|
|
8 |
requests
|
9 |
sentencepiece
|
10 |
tokenizers>=0.12.1
|
11 |
-
torch
|
12 |
-
torchvision
|
13 |
uvicorn
|
14 |
wandb
|
15 |
shortuuid
|
|
|
8 |
requests
|
9 |
sentencepiece
|
10 |
tokenizers>=0.12.1
|
11 |
+
torch==2.0.1
|
12 |
+
torchvision==0.15.2
|
13 |
uvicorn
|
14 |
wandb
|
15 |
shortuuid
|