Skip to content

Commit 50f2a8c

Browse files
committed
Format
Signed-off-by: mzusman <mor.zusmann@gmail.com>
1 parent 01c7d93 commit 50f2a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
ConfigFormat, get_config, get_hf_image_processor_config,
2828
get_hf_text_config, get_pooling_config,
2929
get_sentence_transformer_tokenizer_config, is_encoder_decoder, uses_mrope)
30-
from vllm.utils import (GiB_bytes, cuda_device_count_stateless, get_cpu_memory,
31-
print_warning_once, random_uuid,
30+
from vllm.utils import (GiB_bytes, LayerBlockType, cuda_device_count_stateless,
31+
get_cpu_memory, print_warning_once, random_uuid,
3232
resolve_obj_by_qualname)
3333

3434
if TYPE_CHECKING:

0 commit comments

Comments
 (0)