added tip

This commit is contained in:
negativenagesh
2024-09-29 22:25:38 +05:30
parent 702eacd8c8
commit f719e245d5

View File

@@ -1,3 +1,5 @@
# Run -> pip install --upgrade pip Requires latest version of pip
# Data handling
numpy == 1.26.4
pandas == 2.2.2
@@ -27,8 +29,7 @@ datamapplot == 0.3.0
faiss-cpu==1.8.0
bertopic == 0.16.3
annoy == 1.17.3
#llama_cpp_python == 0.2.78 -C cmake.args="-DLLAMA_BLAS=ON"
llama_cpp_python == 0.2.78
llama_cpp_python == 0.2.78 -C cmake.args="-DLLAMA_BLAS=ON" # Tip: If this line is throwing an error, do pip install --upgrade pip
numexpr == 2.10.0
langchain == 0.2.5
langchain-community == 0.2.5
@@ -41,4 +42,5 @@ trl == 0.9.4
peft == 0.11.1
accelerate == 0.31.0
bitsandbytes == 0.43.1
mteb == 1.12.39
mteb == 1.12.39