From 08478deec5dd33caba6162dec3867a7adfb50cc5 Mon Sep 17 00:00:00 2001 From: Chirag Bhatia Date: Thu, 27 Apr 2023 03:03:31 +0530 Subject: [PATCH] Fixed typo for HuggingFaceHub (#3612) The current text has a typo. This PR contains the corrected spelling for HuggingFaceHub --- .../models/llms/integrations/huggingface_pipelines.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/models/llms/integrations/huggingface_pipelines.ipynb b/docs/modules/models/llms/integrations/huggingface_pipelines.ipynb index 8f949589..c9f5499c 100644 --- a/docs/modules/models/llms/integrations/huggingface_pipelines.ipynb +++ b/docs/modules/models/llms/integrations/huggingface_pipelines.ipynb @@ -11,7 +11,7 @@ "\n", "The [Hugging Face Model Hub](https://huggingface.co/models) hosts over 120k models, 20k datasets, and 50k demo apps (Spaces), all open source and publicly available, in an online platform where people can easily collaborate and build ML together.\n", "\n", - "These can be called from LangChain either through this local pipeline wrapper or by calling their hosted inference endpoints through the HuggingFaceHub class. For more information on the hosted pipelines, see the [HugigngFaceHub](huggingface_hub.ipynb) notebook." + "These can be called from LangChain either through this local pipeline wrapper or by calling their hosted inference endpoints through the HuggingFaceHub class. For more information on the hosted pipelines, see the [HuggingFaceHub](huggingface_hub.ipynb) notebook." ] }, {