Tidy vllm/config/__init__.py to only add classes and functions (#26405)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-10-08 15:10:00 +01:00
committed by GitHub
parent 338b1bf04f
commit 2f99f2f506
18 changed files with 46 additions and 77 deletions

View File

@@ -15,7 +15,7 @@ from typing import Literal, NamedTuple, Optional
import pytest
from vllm.config import RunnerOption
from vllm.config.model import RunnerOption
from vllm.logger import init_logger
from ..models.registry import HF_EXAMPLE_MODELS