[Bugfix]Lazy import vllm config (#462)

### What this PR does / why we need it?
Lazy import vllm config  to avoid circular imports

---------

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-04-03 16:03:08 +08:00
committed by GitHub
parent ce8259975e
commit 3f9752f8ee
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ norecursedirs =
addopts = --ignore=vllm-empty/tests/test_utils.py
--ignore=vllm-empty/tests/test_config.py
--ignore=vllm-empty/tests/test_scalartype.py
--ignore=vllm-empty/tests/test_version.py
--ignore=vllm-empty/tests/test_embedded_commit.py
--ignore=vllm-empty/tests/test_inputs.py
--ignore=vllm-empty/tests/test_sharded_state_loader.py