You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
), f"Unsupported layer type: {layer_type_name}. Please add the layer type to this function to enable refitting."
358
+
), f"Encountered unsupported layer type: {layer_type_name}. Supported types are: {supported_layer_types}. Manually calling to_trt_weights with a custom layer type is not intended for general use."
359
359
assert (
360
360
weight_type_nameinsupported_weight_types
361
-
), f"Unsupported weight type: {weight_type_name}. Please add the weight type to this function to enable refitting."
361
+
), f"Encountered unsupported weight type: {weight_type_name}. Supported types are: {supported_weight_types}. Manually calling to_trt_weights with a custom weight type is not intended for general use."
0 commit comments