From 4577fc9abb064d74b2082ffc5005cbb82ca91766 Mon Sep 17 00:00:00 2001 From: Always-Naive <97138029+Always-Naive@users.noreply.github.com> Date: Fri, 30 May 2025 17:21:35 +0800 Subject: [PATCH] [Misc]Fix typo (#18947) --- vllm/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/utils.py b/vllm/utils.py index c1213d463c21..25e34446a1cb 100644 --- a/vllm/utils.py +++ b/vllm/utils.py @@ -107,7 +107,7 @@ STR_NOT_IMPL_ENC_DEC_LOGIT_SOFTCAP = ( "currently not supported for encoder/decoder " "models.") -STR_NOT_IMPL_ENC_DEC_LORA = ("LoRA is currently not currently " +STR_NOT_IMPL_ENC_DEC_LORA = ("LoRA is not currently " "supported with encoder/decoder " "models.")