SiennaClarke commited on
Commit
4c6dc8e
·
verified ·
1 Parent(s): b61715e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -2
requirements.txt CHANGED
@@ -1,2 +1,10 @@
1
- streamlit
2
- huggingface_hub
 
 
 
 
 
 
 
 
 
1
+ # Core UI and AI libraries
2
+ streamlit>=1.53.0
3
+ transformers>=4.51.0
4
+ accelerate>=1.2.0
5
+ bitsandbytes>=0.49.1
6
+ torch>=2.5.0
7
+
8
+ # Essential helpers for streaming and tokenization
9
+ sentencepiece
10
+ protobuf