Unverified Commit d330558b authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[Docs] Fix small error in link text (#15868)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 656fd729
...@@ -135,7 +135,7 @@ To determine whether a given model is natively supported, you can check the `con ...@@ -135,7 +135,7 @@ To determine whether a given model is natively supported, you can check the `con
If the `"architectures"` field contains a model architecture listed below, then it should be natively supported. If the `"architectures"` field contains a model architecture listed below, then it should be natively supported.
Models do not _need_ to be natively supported to be used in vLLM. Models do not _need_ to be natively supported to be used in vLLM.
The <project:#transformers-backend> enables you to run models directly using their Transformers implementation (or even remote code on the Hugging Face Model Hub!). The [Transformers backend](#transformers-backend) enables you to run models directly using their Transformers implementation (or even remote code on the Hugging Face Model Hub!).
:::{tip} :::{tip}
The easiest way to check if your model is really supported at runtime is to run the program below: The easiest way to check if your model is really supported at runtime is to run the program below:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment