From 32ee574a3b36d9b73234c2c00df0b0fb7f96545d Mon Sep 17 00:00:00 2001 From: Flavia Beo Date: Fri, 25 Oct 2024 17:37:11 -0300 Subject: [PATCH] Reverts whitespaces Signed-off-by: Flavia Beo --- vllm/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vllm/config.py b/vllm/config.py index b7be41517bbb7..adb084ca88aba 100644 --- a/vllm/config.py +++ b/vllm/config.py @@ -1755,7 +1755,6 @@ def _get_and_verify_max_len( "max_seq_length", "seq_len", ] - # Choose the smallest "max_length" from the possible keys. max_len_key = None for key in possible_keys: @@ -1854,7 +1853,6 @@ def _get_and_verify_max_len( raise ValueError( f"{msg} To allow overriding this maximum, set " "the env var VLLM_ALLOW_LONG_MAX_MODEL_LEN=1") - return int(max_model_len)