prithivMLmods commited on
Commit
50c3bc2
·
verified ·
1 Parent(s): 6f9b308

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- git+https://github.com/huggingface/diffusers.git
2
- git+https://github.com/huggingface/peft.git
3
- git+https://github.com/huggingface/transformers.git
4
- git+https://github.com/huggingface/accelerate.git
5
  safetensors
6
- torch
7
- einops
8
- torchvision
9
  spaces
10
- sentencepiece
 
 
 
 
 
 
 
 
 
 
 
1
  safetensors
 
 
 
2
  spaces
3
+ torch>=2.5.1
4
+ torchvision>=0.20.1
5
+ peft
6
+ diffusers>=0.32.1
7
+ transformers>=4.47.1
8
+ einops>=0.7.0
9
+ accelerate>=1.2.1