meraj12 commited on
Commit
40b4e8b
·
verified ·
1 Parent(s): 89f5e8d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  streamlit
2
- torch==2.0.1
 
3
  diffusers==0.21.4
4
  transformers==4.35.0
5
  huggingface-hub==0.18.0
 
1
  streamlit
2
+ torch==2.0.1+cpu # use this instead of full CUDA version
3
+ -f https://download.pytorch.org/whl/torch_stable.html
4
  diffusers==0.21.4
5
  transformers==4.35.0
6
  huggingface-hub==0.18.0