devingulliver commited on
Commit
e0e8021
1 Parent(s): 97699fe

support CUDA

Browse files

as per https://huggingface.co/docs/hub/spaces-gpus#pytorch

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