Skip to content

Commit 32a83da

Browse files
authored
Update link to Transformers backend docs (#56)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 800bfb1 commit 32a83da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-11-transformers-backend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ model to vLLM on the other hand is a little
102102
In the **ideal world**, we would be able to use the new model in vLLM as soon as it is added to
103103
transformers. With the integration of the transformers backend, we step towards that ideal world.
104104

105-
Here is the [official documentation](https://docs.vllm.ai/en/latest/models/supported_models.html#remote-code)
105+
Here is the [official documentation](https://docs.vllm.ai/en/latest/models/supported_models.html#custom-models)
106106
on how to make your transformers model compatible with vLLM for the integration to kick in.
107107
We followed this and made `modeling_gpt2.py` compatible with the integration! You can follow the
108108
changes in this [transformers pull request](https://github.com/huggingface/transformers/pull/36934).

0 commit comments

Comments
 (0)