jvamvas commited on
Commit
e511f70
·
1 Parent(s): 6a13103

Add torch to requirements for cpu-basic Space (#4)

Browse files

- Add torch to requirements for cpu-basic Space (080c86b556525a238b7f3516f9b842753d504967)

Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
1
  transformers
2
  sentencepiece
3
  jinja2
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch
3
  transformers
4
  sentencepiece
5
  jinja2