Update requirements.txt
Browse files- requirements.txt +0 -13
requirements.txt
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
-
#--prefer-binary # Force pip to use pre-built wheels where possible
|
2 |
-
#--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
3 |
|
4 |
-
# Core ML
|
5 |
-
# Specify a version to avoid conflicts
|
6 |
transformers
|
7 |
|
8 |
-
# Quantized LLaMA (prebuilt CPU wheel)
|
9 |
-
llama-cpp-python # Pin version for stability
|
10 |
-
|
11 |
-
# LangChain & Embeddings
|
12 |
langchain
|
13 |
langchain-community
|
14 |
sentence-transformers
|
@@ -19,8 +11,3 @@ gradio
|
|
19 |
PyPDF2
|
20 |
openpyxl
|
21 |
pacmap
|
22 |
-
|
23 |
-
# Optional (comment if unused)
|
24 |
-
# bitsandbytes>=0.43.0 # Spaces GPU only
|
25 |
-
# langchain-groq>=0.1.0 # Groq API dependency
|
26 |
-
# ragatouille>=0.0.4 # ColBERT (requires build)
|
|
|
|
|
|
|
1 |
|
|
|
|
|
2 |
transformers
|
3 |
|
|
|
|
|
|
|
|
|
4 |
langchain
|
5 |
langchain-community
|
6 |
sentence-transformers
|
|
|
11 |
PyPDF2
|
12 |
openpyxl
|
13 |
pacmap
|
|
|
|
|
|
|
|
|
|