Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -64,7 +64,8 @@ starlette==0.27.0
|
|
64 |
sympy==1.12
|
65 |
tokenizers==0.13.3
|
66 |
toolz==0.12.0
|
67 |
-
torch==
|
|
|
68 |
tqdm==4.65.0
|
69 |
transformers==4.30.2
|
70 |
typing_extensions==4.6.3
|
|
|
64 |
sympy==1.12
|
65 |
tokenizers==0.13.3
|
66 |
toolz==0.12.0
|
67 |
+
torch==1.12.1+cu113
|
68 |
+
torchvision==0.13.1+cu113
|
69 |
tqdm==4.65.0
|
70 |
transformers==4.30.2
|
71 |
typing_extensions==4.6.3
|