Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei-V-Ivanov-AMD committed May 18, 2024
1 parent 8715e4e commit f6de88c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/spec_decode/e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
from vllm.utils import is_hip

if (not is_hip()):
from pynvml import nvmlDeviceGetHandleByIndex, nvmlDeviceGetMemoryInfo, nvmlInit
from pynvml import nvmlDeviceGetHandleByIndex
from pynvml import nvmlDeviceGetMemoryInfo, nvmlInit

from vllm import LLM
from vllm.engine.arg_utils import AsyncEngineArgs
Expand Down

0 comments on commit f6de88c

Please sign in to comment.