Skip to content

Commit

Permalink
[Docs] Fix broken links (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronensc authored Dec 20, 2023
1 parent bd29cf3 commit c17daa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/models/supported_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Alternatively, you can raise an issue on our `GitHub <https://github.com/vllm-pr
If vLLM successfully generates text, it indicates that your model is supported.

.. tip::
To use models from `ModelScope <www.modelscope.cn>`_ instead of HuggingFace Hub, set an environment variable:
To use models from `ModelScope <https://www.modelscope.cn>`_ instead of HuggingFace Hub, set an environment variable:

.. code-block:: shell
Expand Down
2 changes: 1 addition & 1 deletion docs/source/serving/serving_with_langchain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/langchain-ai/langchain/blob/master/docs/extras/integrations/llms/vllm.ipynb>`_ for more details.
Please refer to this `Tutorial <https://github.com/langchain-ai/langchain/blob/master/docs/docs/integrations/llms/vllm.ipynb>`_ for more details.

0 comments on commit c17daa9

Please sign in to comment.