Spaces:
Runtime error
Runtime error
Alexander Seifert
commited on
Commit
·
54d41b0
1
Parent(s):
72d34c7
install cpu-version of torch
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# requirements.txt for use by hf space
|
|
|
2 |
happytransformer
|
3 |
beautifulsoup4
|
4 |
pandas
|
|
|
1 |
# requirements.txt for use by hf space
|
2 |
+
torch==1.11.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
3 |
happytransformer
|
4 |
beautifulsoup4
|
5 |
pandas
|