Spaces:
Running
Running
sergey21000
commited on
Commit
•
e78fdc3
1
Parent(s):
e3300f0
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
torch==2.4.1
|
3 |
-
llama_cpp_python==0.2.
|
4 |
-
|
5 |
-
huggingface-hub==0.24.7
|
6 |
-
langchain==0.3.1
|
7 |
langchain-community==0.3.1
|
8 |
langchain-huggingface==0.1.0
|
9 |
pdfminer.six==20240706
|
10 |
youtube-transcript-api==0.6.2
|
11 |
psutil==6.0.0
|
12 |
-
faiss-cpu==1.
|
13 |
beautifulsoup4==4.12.3
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
torch==2.4.1
|
3 |
+
llama_cpp_python==0.2.90
|
4 |
+
langchain==0.3.3
|
|
|
|
|
5 |
langchain-community==0.3.1
|
6 |
langchain-huggingface==0.1.0
|
7 |
pdfminer.six==20240706
|
8 |
youtube-transcript-api==0.6.2
|
9 |
psutil==6.0.0
|
10 |
+
faiss-cpu==1.9.0
|
11 |
beautifulsoup4==4.12.3
|