added tip
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# Run -> pip install --upgrade pip Requires latest version of pip
|
||||||
|
|
||||||
# Data handling
|
# Data handling
|
||||||
numpy == 1.26.4
|
numpy == 1.26.4
|
||||||
pandas == 2.2.2
|
pandas == 2.2.2
|
||||||
@@ -27,8 +29,7 @@ datamapplot == 0.3.0
|
|||||||
faiss-cpu==1.8.0
|
faiss-cpu==1.8.0
|
||||||
bertopic == 0.16.3
|
bertopic == 0.16.3
|
||||||
annoy == 1.17.3
|
annoy == 1.17.3
|
||||||
#llama_cpp_python == 0.2.78 -C cmake.args="-DLLAMA_BLAS=ON"
|
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
|
||||||
llama_cpp_python == 0.2.78
|
|
||||||
numexpr == 2.10.0
|
numexpr == 2.10.0
|
||||||
langchain == 0.2.5
|
langchain == 0.2.5
|
||||||
langchain-community == 0.2.5
|
langchain-community == 0.2.5
|
||||||
@@ -42,3 +43,4 @@ peft == 0.11.1
|
|||||||
accelerate == 0.31.0
|
accelerate == 0.31.0
|
||||||
bitsandbytes == 0.43.1
|
bitsandbytes == 0.43.1
|
||||||
mteb == 1.12.39
|
mteb == 1.12.39
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user