Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -15,4 +15,5 @@ pydantic
|
|
15 |
transformers
|
16 |
accelerate
|
17 |
|
18 |
-
# torch
|
|
|
|
15 |
transformers
|
16 |
accelerate
|
17 |
|
18 |
+
# Add torch back, as the new base image does not include it
|
19 |
+
torch==2.3.0
|