From 361a34282009d6619b453c362ec8dcfea32669e6 Mon Sep 17 00:00:00 2001 From: Steven Xu <32167659+a973826287@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:09:55 +0800 Subject: [PATCH] Fix #33 (#34) --- chapter08/Chapter 8 - Semantic Search.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/Chapter 8 - Semantic Search.ipynb b/chapter08/Chapter 8 - Semantic Search.ipynb index a80e7f3..5106226 100644 --- a/chapter08/Chapter 8 - Semantic Search.ipynb +++ b/chapter08/Chapter 8 - Semantic Search.ipynb @@ -47,8 +47,8 @@ "outputs": [], "source": [ "# %%capture\n", - "# !pip install langchain==0.2.5 faiss-gpu==1.7.2 cohere==5.5.8 langchain-community==0.2.5 rank_bm25==0.2.2 sentence-transformers==3.0.1\n", - "# !CMAKE_ARGS=\"-DLLAMA_CUDA=on\" pip install llama-cpp-python==0.2.78" + "# !pip install langchain==0.2.5 faiss-cpu==1.8.0 cohere==5.5.8 langchain-community==0.2.5 rank_bm25==0.2.2 sentence-transformers==3.0.1\n", + "# !pip install llama-cpp-python==0.2.78 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124" ] }, {