Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- 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
|