Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Sep 16, 2024
1 parent a21b780 commit 5566c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/py/dynamo/models/test_models_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ def calibrate_loop(model):


@unittest.skipIf(
not importlib.util.find_spec("modelopt")
or platform.system() != "Linux"
platform.system() != "Linux"
or not importlib.util.find_spec("modelopt")
or Version(metadata.version("nvidia-modelopt")) < Version("0.17.0"),
"modelopt 0.17.0 or later is required, Int8 quantization is supported in modelopt since 0.17.0 or later for linux",
)
Expand Down

0 comments on commit 5566c30

Please sign in to comment.