Chapter 8: Add instruction for Colab (#73)
This commit is contained in:
committed by
GitHub
parent
cfe6971586
commit
cc68fd91df
@@ -48,7 +48,9 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# %%capture\n",
|
"# %%capture\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",
|
"# !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"
|
"# !pip install llama-cpp-python==0.2.78 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124\n",
|
||||||
|
"\n",
|
||||||
|
"## IMPORTANT: Make sure to restart the session after installing the packages above."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user