dawit45 commited on
Commit
4ad672e
·
verified ·
1 Parent(s): 571a64a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -14
requirements.txt CHANGED
@@ -1,15 +1,4 @@
1
- # Core Framework
2
  streamlit==1.42.0
3
-
4
- # AI/ML Stack (2026 Standards)
5
- transformers>=4.50.0
6
- torch>=2.4.0
7
- accelerate>=0.30.0
8
- sentencepiece
9
- protobuf
10
-
11
- # Hardware Optimization
12
- bitsandbytes>=0.42.0
13
-
14
- # Integration
15
- huggingface_hub
 
 
1
  streamlit==1.42.0
2
+ llama-cpp-python>=0.2.75
3
+ huggingface_hub>=0.30.0
4
+ numpy>=1.24.0