diff --git a/requirements.txt b/requirements.txt index b37a97a..22b5114 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +mteb == 1.12.39 +