Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flask==3.0.0
|
| 2 |
+
huggingface-hub==0.27.0
|
| 3 |
+
cmake==3.30.0
|
| 4 |
+
scikit-build==0.18.1
|
| 5 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 6 |
+
llama-cpp-python
|