Vector857 commited on
Commit
13d4a89
·
verified ·
1 Parent(s): d67f5fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- torch>=2.1.0
 
 
 
 
 
2
  torchvision
3
- diffusers>=0.30.0
4
- transformers>=4.40.0
5
- accelerate>=0.30.0
6
- safetensors>=0.4.0
7
  spaces
8
- Pillow>=10.0.0
9
- numpy>=1.24.0
 
1
+ git+https://github.com/huggingface/transformers.git@v4.57.1
2
+ git+https://github.com/huggingface/accelerate.git
3
+ git+https://github.com/huggingface/diffusers.git
4
+ git+https://github.com/huggingface/peft.git
5
+ huggingface_hub
6
+ sentencepiece
7
  torchvision
8
+ gradio
 
 
 
9
  spaces
10
+ torch