Spaces:
Runtime error
Runtime error
Add PyTorch to requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ huggingface_hub
|
|
2 |
transformers
|
3 |
coremltools
|
4 |
git+https://github.com/huggingface/exporters.git
|
|
|
|
2 |
transformers
|
3 |
coremltools
|
4 |
git+https://github.com/huggingface/exporters.git
|
5 |
+
torch~=1.13
|