From 702eacd8c88f8eed86f9cb05168135080bb017bd Mon Sep 17 00:00:00 2001 From: negativenagesh Date: Sun, 22 Sep 2024 02:08:27 +0530 Subject: [PATCH 1/4] -C cmake.args issue --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 471bd06..b37a97a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,8 @@ 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 -C cmake.args="-DLLAMA_BLAS=ON" +llama_cpp_python == 0.2.78 numexpr == 2.10.0 langchain == 0.2.5 langchain-community == 0.2.5 From f719e245d5e982cb67bd30ce07d0181a1ca42b1b Mon Sep 17 00:00:00 2001 From: negativenagesh Date: Sun, 29 Sep 2024 22:25:38 +0530 Subject: [PATCH 2/4] added tip --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 + From c58b336297b424da523304963c897ebde8768eec Mon Sep 17 00:00:00 2001 From: negativenagesh Date: Sun, 29 Sep 2024 22:39:45 +0530 Subject: [PATCH 3/4] added tip regarding pip in .setup/conda/README.md as you mentioned in - https://github.com/HandsOnLLM/Hands-On-Large-Language-Models/pull/8#issuecomment-2373548019 --- .setup/conda/README.md | Bin 10656 -> 10974 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/.setup/conda/README.md b/.setup/conda/README.md index 5e47561e2ef79aae7bb33197b7c880d1ee24231e..028df003b2670c9c27defed5472ac1169174d754 100644 GIT binary patch delta 221 zcmZ1wd@po^A3wJzLmGnuLjgl3L&4;UoWhd>_|)nZfV^U$XbD3GLlHwhLphM2$B+&b zNd(dg45>g-ka!V;4v<&GPzn|WsfOq)2eXoaqykuP4nq!DT`JJjd?33FXadA^5REX6 rmw}7HjzK|zApr~v7%IU|$Ojq^l|pi8fxL(?*x7J7u&&Lz{KZlL-4iQ2 delta 12 TcmcZ?x*&LiAOGeafgmXWCEo<^ From 9a1c85e61ae0a2bc98fa45a4984018502fa43836 Mon Sep 17 00:00:00 2001 From: negativenagesh Date: Fri, 4 Oct 2024 08:58:01 +0530 Subject: [PATCH 4/4] removed all changes made in requirements.txt --- requirements.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 22b5114..471bd06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ -# Run -> pip install --upgrade pip Requires latest version of pip - # Data handling numpy == 1.26.4 pandas == 2.2.2 @@ -29,7 +27,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" # Tip: If this line is throwing an error, do pip install --upgrade pip +llama_cpp_python == 0.2.78 -C cmake.args="-DLLAMA_BLAS=ON" numexpr == 2.10.0 langchain == 0.2.5 langchain-community == 0.2.5 @@ -42,5 +40,4 @@ trl == 0.9.4 peft == 0.11.1 accelerate == 0.31.0 bitsandbytes == 0.43.1 -mteb == 1.12.39 - +mteb == 1.12.39 \ No newline at end of file