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 ad6b32a commit 6dcc860Copy full SHA for 6dcc860
tests/quantization/test_modelopt.py
@@ -6,6 +6,7 @@
6
"""
7
8
import os
9
+
10
import pytest
11
import torch
12
@@ -33,7 +34,7 @@ def test_modelopt_fp8_checkpoint_setup(vllm_runner):
33
34
# Skip test if checkpoint doesn't exist
35
if not os.path.exists(model_path):
36
pytest.skip(f"Test checkpoint not found at {model_path}. "
- "This test requires a local ModelOpt FP8 checkpoint.")
37
+ "This test requires a local ModelOpt FP8 checkpoint.")
38
39
with vllm_runner(model_path, quantization="modelopt",
40
enforce_eager=True) as llm:
0 commit comments