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 80f5444 commit 571350eCopy full SHA for 571350e
tests/metrics/test_metrics.py
@@ -7,8 +7,8 @@
7
from vllm import EngineArgs, LLMEngine
8
from vllm.engine.arg_utils import AsyncEngineArgs
9
from vllm.engine.async_llm_engine import AsyncLLMEngine
10
-from vllm.sampling_params import SamplingParams
11
from vllm.engine.metrics import RayPrometheusStatLogger
+from vllm.sampling_params import SamplingParams
12
13
MODELS = [
14
"facebook/opt-125m",
0 commit comments