Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
httpx
|
3 |
openai
|
@@ -6,4 +10,13 @@ python-dotenv
|
|
6 |
ffmpeg-python
|
7 |
pydub
|
8 |
transformers
|
9 |
-
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
scikit-build-core
|
3 |
+
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu124/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
|
4 |
+
llama-cpp-agent>=0.2.25
|
5 |
torch
|
6 |
httpx
|
7 |
openai
|
|
|
10 |
ffmpeg-python
|
11 |
pydub
|
12 |
transformers
|
13 |
+
soundfile
|
14 |
+
|
15 |
+
streamlit
|
16 |
+
langchain
|
17 |
+
langchain_community
|
18 |
+
faiss-cpu
|
19 |
+
PyPDF2
|
20 |
+
langchain-core
|
21 |
+
langchain-mistralai
|
22 |
+
pypdf
|