Jamie Hlusko commited on
Commit
c34512e
·
1 Parent(s): 388d328

Use CPU PyTorch wheels for Space

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  gradio
2
  transformers==4.54.1
3
- torch
4
- torchvision
 
5
  pillow
6
  numpy
7
  accelerate
 
1
  gradio
2
  transformers==4.54.1
3
+ --extra-index-url https://download.pytorch.org/whl/cpu
4
+ torch==2.7.1+cpu
5
+ torchvision==0.22.1+cpu
6
  pillow
7
  numpy
8
  accelerate