Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Sep 15, 2024
1 parent dd2325d commit 310a675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/dynamo/models/test_models_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def calibrate_loop(model):
@unittest.skipIf(
not importlib.util.find_spec("modelopt")
or platform.system() != "Linux"
or modelopt.__version__ < "0.17.0",
or Version(metadata.version("nvidia-modelopt")) < Version("0.17.0"),
"Int8 quantization is supported in modelopt since 0.17.0 or later for Linux",
)
@pytest.mark.unit
Expand Down

0 comments on commit 310a675

Please sign in to comment.