Skip to content

Commit 6dcc860

Browse files
committed
minor
Signed-off-by: Zhiyu Cheng <[email protected]>
1 parent ad6b32a commit 6dcc860

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/quantization/test_modelopt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"""
77

88
import os
9+
910
import pytest
1011
import torch
1112

@@ -33,7 +34,7 @@ def test_modelopt_fp8_checkpoint_setup(vllm_runner):
3334
# Skip test if checkpoint doesn't exist
3435
if not os.path.exists(model_path):
3536
pytest.skip(f"Test checkpoint not found at {model_path}. "
36-
"This test requires a local ModelOpt FP8 checkpoint.")
37+
"This test requires a local ModelOpt FP8 checkpoint.")
3738

3839
with vllm_runner(model_path, quantization="modelopt",
3940
enforce_eager=True) as llm:

0 commit comments

Comments
 (0)