We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59992f commit d37f6c1Copy full SHA for d37f6c1
vllm_omni/diffusion/diffusion_engine.py
@@ -4,7 +4,7 @@
4
import multiprocessing as mp
5
import time
6
import weakref
7
-from collections.abc import Callable,Iterable
+from collections.abc import Callable, Iterable
8
from dataclasses import dataclass
9
from typing import Any
10
vllm_omni/entrypoints/omni_stage.py
@@ -40,8 +40,8 @@
40
from vllm_omni.entrypoints.stage_utils import (
41
SHUTDOWN_TASK,
42
OmniStageTaskType,
43
- is_profiler_task,
44
_to_dict,
+ is_profiler_task,
45
maybe_dump_to_shm,
46
set_stage_devices,
47
)
0 commit comments