saakshigupta commited on
Commit
43ab796
·
verified ·
1 Parent(s): 7f188a6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -7
requirements.txt CHANGED
@@ -1,9 +1,17 @@
1
- streamlit>=1.24.0
2
  torch>=2.0.0
3
- transformers>=4.36.0
4
- pillow
5
- unsloth>=0.3.0
6
- peft>=0.5.0
7
- accelerate
 
 
8
  bitsandbytes>=0.41.0
9
- sentencepiece
 
 
 
 
 
 
 
1
+ streamlit>=1.30.0
2
  torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ transformers>=4.37.0
5
+ pillow>=10.0.0
6
+ opencv-python-headless>=4.8.0
7
+ numpy>=1.24.0
8
+ peft>=0.7.0
9
+ accelerate>=0.27.0
10
  bitsandbytes>=0.41.0
11
+ sentencepiece>=0.1.99
12
+ unsloth>=0.3.0
13
+ scikit-learn>=1.3.0
14
+ pandas>=2.0.0
15
+ matplotlib>=3.7.0
16
+ scikit-image>=0.21.0
17
+ tqdm>=4.66.0