From c17daa9f896f9c770962a0aa22fa770bac0d709a Mon Sep 17 00:00:00 2001 From: Ronen Schaffer Date: Wed, 20 Dec 2023 22:43:42 +0200 Subject: [PATCH] [Docs] Fix broken links (#2222) --- docs/source/models/supported_models.rst | 2 +- docs/source/serving/serving_with_langchain.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/models/supported_models.rst b/docs/source/models/supported_models.rst index 71808436dc11..361ad5f5a22b 100644 --- a/docs/source/models/supported_models.rst +++ b/docs/source/models/supported_models.rst @@ -93,7 +93,7 @@ Alternatively, you can raise an issue on our `GitHub `_ instead of HuggingFace Hub, set an environment variable: + To use models from `ModelScope `_ instead of HuggingFace Hub, set an environment variable: .. code-block:: shell diff --git a/docs/source/serving/serving_with_langchain.rst b/docs/source/serving/serving_with_langchain.rst index 8ae75d7a80d2..2e1ce688290a 100644 --- a/docs/source/serving/serving_with_langchain.rst +++ b/docs/source/serving/serving_with_langchain.rst @@ -28,4 +28,4 @@ To run inference on a single or multiple GPUs, use ``VLLM`` class from ``langcha print(llm("What is the capital of France ?")) -Please refer to this `Tutorial `_ for more details. \ No newline at end of file +Please refer to this `Tutorial `_ for more details. \ No newline at end of file