shingguy1 commited on
Commit
5a3622a
·
verified ·
1 Parent(s): 9129b6f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -11
requirements.txt CHANGED
@@ -1,11 +1,6 @@
1
- # Core app dependencies
2
- streamlit>=1.25.0
3
- torch>=2.0.0
4
- torchvision>=0.15.0
5
- transformers>=4.35.0
6
- Pillow>=9.0.0,<10.0
7
- accelerate>=0.20.0
8
-
9
- # Optional: speed and stability
10
- sentencepiece # required for some tokenizers like T5
11
- psutil # lets you monitor memory usage (optional debug tool)
 
1
+ streamlit==1.38.0
2
+ torch==2.4.1
3
+ torchvision==0.19.1
4
+ transformers==4.44.2
5
+ pillow==10.4.0
6
+ accelerate==0.34.2