Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
c17daa9f
Unverified
Commit
c17daa9f
authored
Dec 20, 2023
by
Ronen Schaffer
Committed by
GitHub
Dec 20, 2023
Browse files
[Docs] Fix broken links (#2222)
parent
bd29cf3d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/source/models/supported_models.rst
docs/source/models/supported_models.rst
+1
-1
docs/source/serving/serving_with_langchain.rst
docs/source/serving/serving_with_langchain.rst
+1
-1
No files found.
docs/source/models/supported_models.rst
View file @
c17daa9f
...
@@ -93,7 +93,7 @@ Alternatively, you can raise an issue on our `GitHub <https://github.com/vllm-pr
...
@@ -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.
If vLLM successfully generates text, it indicates that your model is supported.
.. tip::
.. 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
.. code-block:: shell
...
...
docs/source/serving/serving_with_langchain.rst
View file @
c17daa9f
...
@@ -28,4 +28,4 @@ To run inference on a single or multiple GPUs, use ``VLLM`` class from ``langcha
...
@@ -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 ?"))
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.
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment