Move KVEventsConfig from config/__init__.py to config/kv_events.py (#24433)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-09-08 14:41:27 +01:00
committed by GitHub
parent 9cd76b71ab
commit 03dd652c16
4 changed files with 53 additions and 44 deletions

View File

@@ -8,7 +8,7 @@ import msgspec.msgpack
import pytest
import zmq
from vllm.config import KVEventsConfig
from vllm.config.kv_events import KVEventsConfig
from vllm.distributed.kv_events import EventPublisherFactory
from .test_events import SampleBatch