Spaces:
Runtime error
Runtime error
Fix build error
Browse filesThe Space had to rebuild due to a migration and now that ZeroGPU supports more version of PyTorch it chosed to install 2.2.0, which is not compatible with your other requirements. This PR should fix this
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -37,7 +37,7 @@ scipy>=1.10.1
|
|
37 |
streamlit>=0.73.1
|
38 |
tensorboardx==2.6
|
39 |
tokenizers==0.12.1
|
40 |
-
torch
|
41 |
torchaudio>=2.0.2
|
42 |
torchdata==0.6.1
|
43 |
torchmetrics>=1.0.1
|
|
|
37 |
streamlit>=0.73.1
|
38 |
tensorboardx==2.6
|
39 |
tokenizers==0.12.1
|
40 |
+
torch==2.0.1
|
41 |
torchaudio>=2.0.2
|
42 |
torchdata==0.6.1
|
43 |
torchmetrics>=1.0.1
|