Skip to content

Commit c408e20

Browse files
.
1 parent f6de88c commit c408e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/spec_decode/e2e/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from vllm.utils import is_hip
1010

1111
if (not is_hip()):
12-
from pynvml import nvmlDeviceGetHandleByIndex
13-
from pynvml import nvmlDeviceGetMemoryInfo, nvmlInit
12+
from pynvml import (nvmlDeviceGetHandleByIndex
13+
nvmlDeviceGetMemoryInfo, nvmlInit)
1414

1515
from vllm import LLM
1616
from vllm.engine.arg_utils import AsyncEngineArgs

0 commit comments

Comments
 (0)