Skip to content

Commit adcbc8c

Browse files
committed
chore: updates
1 parent fea44e4 commit adcbc8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/py/dynamo/models/test_models_export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ def calibrate_loop(model):
254254

255255
@unittest.skipIf(
256256
platform.system() != "Linux"
257-
or torch.cuda.get_device_capability() < (8, 9)
258257
or not importlib.util.find_spec("modelopt")
259258
or Version(metadata.version("nvidia-modelopt")) < Version("0.17.0"),
260259
"modelopt 0.17.0 or later is required, Int8 quantization is supported in modelopt since 0.17.0 or later for linux",

0 commit comments

Comments
 (0)