Update requirements.txt
Browse files- requirements.txt +3 -14
requirements.txt
CHANGED
|
@@ -1,15 +1,4 @@
|
|
| 1 |
-
# Core Framework
|
| 2 |
streamlit==1.42.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|