Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
huggingface_hub
|
2 |
scikit-build-core
|
3 |
-
llama-cpp-python
|
4 |
-
llama-cpp-agent>=0.2.10
|
5 |
gradio
|
6 |
litellm
|
7 |
dotenv
|
8 |
requests
|
9 |
-
smolagents
|
10 |
langchain
|
11 |
langchain_community
|
12 |
rank_bm25
|
|
|
1 |
huggingface_hub
|
2 |
scikit-build-core
|
3 |
+
-e git+https://github.com/fairydreaming/llama-cpp-python@t5#egg=llama-cpp-python
|
|
|
4 |
gradio
|
5 |
litellm
|
6 |
dotenv
|
7 |
requests
|
|
|
8 |
langchain
|
9 |
langchain_community
|
10 |
rank_bm25
|