[Chore] Rename utils submodules (#26920)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-10-16 11:58:13 +08:00
committed by GitHub
parent 509cdc0370
commit f6cdc9a02f
24 changed files with 28 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ import os
from collections.abc import Mapping
from vllm.logger import init_logger
from vllm.utils.func import run_once
from vllm.utils.functools import run_once
TRACE_HEADERS = ["traceparent", "tracestate"]