We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f936b commit bd924f2Copy full SHA for bd924f2
vllm_ascend/worker/model_runner_v1.py
@@ -25,7 +25,6 @@
25
from contextlib import contextmanager, nullcontext
26
from dataclasses import dataclass
27
from typing import TYPE_CHECKING, Dict, List, Optional, Union
28
-from multiprocessing import Manager
29
30
import numpy as np
31
import numpy.typing as npt
0 commit comments