jdavis commited on
Commit
13d0805
·
verified ·
1 Parent(s): 1d3e9e6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- streamlit
2
- torch
3
- diffusers
4
- numpy
5
- pillow
6
- transformers
7
- accelerate
8
- huggingface_hub[cli]
9
- watchdog
10
- sentencepiece
 
 
1
+ streamlit==1.31.0
2
+ torch==2.0.1
3
+ diffusers==0.24.0
4
+ numpy==1.24.3
5
+ pillow==10.1.0
6
+ transformers==4.34.0
7
+ accelerate==0.23.0
8
+ huggingface_hub==0.20.3
9
+ watchdog==3.0.0
10
+ sentencepiece==0.1.99
11
+ safetensors==0.4.1