Skip to content

Commit 2f704e4

Browse files
committed
feat: add profiling for vllm-omni
Signed-off-by: Chen Yang <2082464740@qq.com>
1 parent f6eac48 commit 2f704e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vllm_omni/diffusion/diffusion_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import multiprocessing as mp
55
import time
66
import weakref
7-
from collections.abc import Callable,Iterable
7+
from collections.abc import Callable, Iterable
88
from dataclasses import dataclass
99
from typing import Any
1010

vllm_omni/entrypoints/omni_stage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
from vllm_omni.entrypoints.stage_utils import (
4141
SHUTDOWN_TASK,
4242
OmniStageTaskType,
43-
is_profiler_task,
4443
_to_dict,
44+
is_profiler_task,
4545
maybe_dump_to_shm,
4646
set_stage_devices,
4747
)

0 commit comments

Comments
 (0)