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 082e833 commit 0b07aa0Copy full SHA for 0b07aa0
tests/e2e/multicard/test_offline_inference_distributed.py
@@ -24,9 +24,11 @@
24
from unittest.mock import patch
25
26
from modelscope import snapshot_download # type: ignore
27
+
28
+import pytest
29
+import vllm # noqa: F401
30
from vllm import SamplingParams
31
from vllm.model_executor.models.registry import ModelRegistry
-import pytest
32
33
from tests.conftest import VllmRunner
34
from tests.model_utils import check_outputs_equal
0 commit comments