Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
|
|
|
|
|
| 1 |
flask
|
| 2 |
flask-cors
|
| 3 |
requests
|
| 4 |
feedparser
|
| 5 |
beautifulsoup4
|
| 6 |
-
llama-cpp-python
|
| 7 |
huggingface-hub
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
+
llama-cpp-python
|
| 3 |
flask
|
| 4 |
flask-cors
|
| 5 |
requests
|
| 6 |
feedparser
|
| 7 |
beautifulsoup4
|
|
|
|
| 8 |
huggingface-hub
|