Spaces:
Running
Running
sergey21000
commited on
Commit
•
71a586a
1
Parent(s):
23beff0
Update requirements.txt
Browse files- requirements.txt +13 -5
requirements.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
3 |
-
torch==2.4.1
|
4 |
-
llama_cpp_python==0.2.88
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
3 |
+
torch==2.4.1
|
4 |
+
llama_cpp_python==0.2.88
|
5 |
+
gradio==4.44.1
|
6 |
+
huggingface-hub==0.24.7
|
7 |
+
langchain==0.3.1
|
8 |
+
langchain-community==0.3.1
|
9 |
+
langchain-huggingface==0.1.0
|
10 |
+
pdfminer.six==20240706
|
11 |
+
youtube-transcript-api==0.6.2
|
12 |
+
psutil==6.0.0
|
13 |
+
faiss-cpu==1.8.0.post1
|