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
"TensorRT's `REFIT` flag is not compatible with `enable_weight_streaming=True` for now. This issue was reported on https://github.com/pytorch/TensorRT/issues/3305"
1070
1074
)
1071
1075
1072
-
ifarg_inputsisNoneandinputsisNone:
1073
-
raiseAssertionError("'arg_inputs' and 'inputs' should not both be None.")
1076
+
ifnotarg_inputsandnotkwarg_inputsandnotinputs:
1077
+
raiseAssertionError(
1078
+
"'arg_inputs', 'kwarg_inputs' and 'inputs' should not all be None."
0 commit comments