wanghaofan commited on
Commit
f7f6b57
·
verified ·
1 Parent(s): d4785fa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  git+https://github.com/huggingface/diffusers.git
2
- torch==2.0.1
3
- torchvision==0.15.2
4
- transformers==4.43.3
5
  einops
6
  onnxruntime-gpu
7
  spaces
 
1
  git+https://github.com/huggingface/diffusers.git
2
+ torch>=2.0.1
3
+ torchvision>=0.15.2
4
+ transformers>=4.43.3
5
  einops
6
  onnxruntime-gpu
7
  spaces