Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,13 +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.6.0
|
4 |
-
https://github.com/sergey21000/llama-cpp-python-wheels/releases/download/llama-cpp-python-0.3.8-wheels/llama_cpp_python-0.3.8-cp310-cp310-
|
5 |
-
gradio==5.25.2
|
6 |
-
langchain==0.3.23
|
7 |
-
langchain-community==0.3.21
|
8 |
-
langchain-huggingface==0.1.2
|
9 |
-
pdfminer.six==20250416
|
10 |
-
youtube-transcript-api==1.0.3
|
11 |
-
psutil==7.0.0
|
12 |
-
faiss-cpu==1.10.0
|
13 |
beautifulsoup4==4.13.4
|
|
|
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.6.0
|
4 |
+
https://github.com/sergey21000/llama-cpp-python-wheels/releases/download/llama-cpp-python-0.3.8-wheels/llama_cpp_python-0.3.8-cp310-cp310-linux_x86_64.cpu.whl
|
5 |
+
gradio==5.25.2
|
6 |
+
langchain==0.3.23
|
7 |
+
langchain-community==0.3.21
|
8 |
+
langchain-huggingface==0.1.2
|
9 |
+
pdfminer.six==20250416
|
10 |
+
youtube-transcript-api==1.0.3
|
11 |
+
psutil==7.0.0
|
12 |
+
faiss-cpu==1.10.0
|
13 |
beautifulsoup4==4.13.4
|