This commit is contained in:
Steven Xu
2025-02-15 15:09:55 +08:00
committed by GitHub
parent 221336fac0
commit 361a342820

View File

@@ -47,8 +47,8 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"# %%capture\n", "# %%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", "# !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",
"# !CMAKE_ARGS=\"-DLLAMA_CUDA=on\" pip install llama-cpp-python==0.2.78" "# !pip install llama-cpp-python==0.2.78 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124"
] ]
}, },
{ {