diff --git a/op_builder/builder.py b/op_builder/builder.py index acdc721a3022..7067d8355c6a 100644 --- a/op_builder/builder.py +++ b/op_builder/builder.py @@ -72,15 +72,14 @@ def get_default_compute_capabilities(): "10.1", "10.2", ], - 11: [ - "11.0", - "11.1", - "11.2", - "11.3", - "11.4", - "11.5", - "11.6", - ], + 11: ["11.0", + "11.1", + "11.2", + "11.3", + "11.4", + "11.5", + "11.6", + "11.7"], }