From 66c3537e5df215d8095d7042b8e7abd51260393f Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 16 Dec 2025 16:35:46 +0000 Subject: [PATCH] [Docs][API] Remove warning about LoRARequest being internal-only (#30774) Signed-off-by: Mark McLoughlin --- vllm/lora/request.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vllm/lora/request.py b/vllm/lora/request.py index c97e435e32165..55756bdb103bd 100644 --- a/vllm/lora/request.py +++ b/vllm/lora/request.py @@ -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. """