From 9b02f7d59cf8bef65ba80ee5da9f1c5d2a56efb0 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 3 Nov 2023 04:52:12 +0900 Subject: [PATCH] Update llamacpp.ipynb (#12791) HuggingFace -> Hugging Face --- docs/docs/integrations/llms/llamacpp.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/llms/llamacpp.ipynb b/docs/docs/integrations/llms/llamacpp.ipynb index 370a6b19450..95f3b87c74a 100644 --- a/docs/docs/integrations/llms/llamacpp.ipynb +++ b/docs/docs/integrations/llms/llamacpp.ipynb @@ -8,7 +8,7 @@ "\n", "[llama-cpp-python](https://github.com/abetlen/llama-cpp-python) is a Python binding for [llama.cpp](https://github.com/ggerganov/llama.cpp).\n", "\n", - "It supports inference for [many LLMs](https://github.com/ggerganov/llama.cpp#description) models, which can be accessed on [HuggingFace](https://huggingface.co/TheBloke).\n", + "It supports inference for [many LLMs](https://github.com/ggerganov/llama.cpp#description) models, which can be accessed on [Hugging Face](https://huggingface.co/TheBloke).\n", "\n", "This notebook goes over how to run `llama-cpp-python` within LangChain.\n", "\n", @@ -203,7 +203,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Consider using a template that suits your model! Check the models page on HuggingFace etc. to get a correct prompting template.**" + "**Consider using a template that suits your model! Check the models page on Hugging Face etc. to get a correct prompting template.**" ] }, {