omm7 commited on
Commit
f963b86
·
verified ·
1 Parent(s): 0f64ce3

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core libraries
2
+ streamlit
3
+ pandas
4
+ numpy
5
+
6
+ # LLM Deployment Stack (Pinning to Stable TensorFlow 2.x compatible versions)
7
+ # This stack is known to avoid the 'safe_open' iteration bug.
8
+ transformers==4.30.2
9
+ tensorflow==2.13.1
10
+ tf-keras
11
+ sentencepiece
12
+ huggingface-hub