Skip to content

Commit 356543a

Browse files
committed
Update _posts/2025-04-11-transformers-backend.md
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: ariG23498 <aritra.born2fly@gmail.com> OK
1 parent c23c72b commit 356543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ transformers. With the integration of the transformers backend, we step towards
105105
Here is the [official documentation](https://docs.vllm.ai/en/latest/models/supported_models.html#remote-code)
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
108-
changes in this [PR](https://github.com/huggingface/transformers/pull/36934).
108+
changes in this [transformers pull request](https://github.com/huggingface/transformers/pull/36934).
109109

110110
For a model already in transformers (and compatible with vLLM), this is what we would need to:
111111

0 commit comments

Comments
 (0)