osanseviero HF staff commited on
Commit
3a46571
1 Parent(s): 6b0a4fc

Use CUDA-compiled torch

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