From 6023953ea761717180a727f98a46f67a396f91ea Mon Sep 17 00:00:00 2001 From: Bob Lin Date: Thu, 25 Jan 2024 11:19:09 -0600 Subject: [PATCH] docs: Fix github link (#16560) --- docs/docs/integrations/llms/llamacpp.ipynb | 4 ++-- .../docs/integrations/providers/vectara/vectara_chat.ipynb | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/docs/integrations/llms/llamacpp.ipynb b/docs/docs/integrations/llms/llamacpp.ipynb index 30e144f20fc..d624779b69e 100644 --- a/docs/docs/integrations/llms/llamacpp.ipynb +++ b/docs/docs/integrations/llms/llamacpp.ipynb @@ -406,7 +406,7 @@ "- `n_gpu_layers` - determines how many layers of the model are offloaded to your GPU.\n", "- `n_batch` - how many tokens are processed in parallel. \n", "\n", - "Setting these parameters correctly will dramatically improve the evaluation speed (see [wrapper code](https://github.com/mmagnesium/langchain/blob/master/langchain/llms/llamacpp.py) for more details)." + "Setting these parameters correctly will dramatically improve the evaluation speed (see [wrapper code](https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/llms/llamacpp.py) for more details)." ] }, { @@ -492,7 +492,7 @@ "- `f16_kv` - for some reason, Metal only support `True`, otherwise you will get error such as `Asserting on type 0\n", "GGML_ASSERT: .../ggml-metal.m:706: false && \"not implemented\"`\n", "\n", - "Setting these parameters correctly will dramatically improve the evaluation speed (see [wrapper code](https://github.com/mmagnesium/langchain/blob/master/langchain/llms/llamacpp.py) for more details)." + "Setting these parameters correctly will dramatically improve the evaluation speed (see [wrapper code](https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/llms/llamacpp.py) for more details)." ] }, { diff --git a/docs/docs/integrations/providers/vectara/vectara_chat.ipynb b/docs/docs/integrations/providers/vectara/vectara_chat.ipynb index 1f46116c426..208b417d14c 100644 --- a/docs/docs/integrations/providers/vectara/vectara_chat.ipynb +++ b/docs/docs/integrations/providers/vectara/vectara_chat.ipynb @@ -186,9 +186,7 @@ "cell_type": "code", "execution_count": 8, "id": "e8ce4fe9", - "metadata": { - "scrolled": false - }, + "metadata": {}, "outputs": [], "source": [ "query = \"What did the president say about Ketanji Brown Jackson\"\n", @@ -547,7 +545,6 @@ "execution_count": 26, "id": "e2badd21", "metadata": { - "scrolled": false, "tags": [] }, "outputs": [], @@ -755,7 +752,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.9" + "version": "3.11.6" } }, "nbformat": 4,