suolyer commited on
Commit
a6772d3
1 Parent(s): 0c33257

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
- torch
3
- torchvision
4
- git+https://github.com/huggingface/diffusers.git
5
- transformers
6
- accelerate
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
+ numpy==1.23.4
3
+ pytorch-lightning==1.6.0
4
+ transformers==4.20.0
5
+ streamlit==1.10.0
6
+ torch==1.9.0+cu111