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
"""Compile an ExportedProgram module for NVIDIA GPUs using TensorRT
@@ -550,15 +551,6 @@ def compile(
550
551
"`immutable_weights` must be False when `refit_identical_engine_weights` is True."
551
552
)
552
553
553
-
if (
554
-
notimmutable_weights
555
-
andnotrefit_identical_engine_weights
556
-
andenable_weight_streaming
557
-
):
558
-
raiseValueError(
559
-
"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"
0 commit comments