Unverified Commit 66c3537e authored by Mark McLoughlin's avatar Mark McLoughlin Committed by GitHub
Browse files

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


Signed-off-by: default avatarMark McLoughlin <markmc@redhat.com>
parent e1625498
...@@ -14,11 +14,6 @@ class LoRARequest( ...@@ -14,11 +14,6 @@ class LoRARequest(
""" """
Request for a LoRA adapter. 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. lora_int_id must be globally unique for a given adapter.
This is currently not enforced in vLLM. This is currently not enforced in vLLM.
""" """
......
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