[Docs][API] Remove warning about LoRARequest being internal-only (#30774)

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
This commit is contained in:
Mark McLoughlin 2025-12-16 16:35:46 +00:00 committed by GitHub
parent e1625498f4
commit 66c3537e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,6 @@ class LoRARequest(
"""
Request for a LoRA adapter.
Note that this class should be used internally. For online
serving, it is recommended to not allow users to use this class but
instead provide another layer of abstraction to prevent users from
accessing unauthorized LoRA adapters.
lora_int_id must be globally unique for a given adapter.
This is currently not enforced in vLLM.
"""