simple bugfix: Update stats.py (#15139)

This commit is contained in:
Wang Ran (汪然) 2025-03-20 02:26:27 +08:00 committed by GitHub
parent 26dd972adb
commit 8310e0b59b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ from typing import TYPE_CHECKING, Optional
if TYPE_CHECKING:
from vllm.v1.engine import EngineCoreEvent, EngineCoreOutput, FinishReason
from vllm.v1.output_processor import RequestState
from vllm.v1.engine.output_processor import RequestState
@dataclass