🐛 [Bug] [weight-stripped engine] doesn't work for TorchTensorRTModule
#3217
Labels
bug
Something isn't working
TorchTensorRTModule
#3217
Bug Description
The PR #3167 is supporting weight-stripped engines, which works for
PythonTorchTensorRTModule
but not forTorchTensorRTModule
.I observed the issue in the test:
TensorRT/tests/py/dynamo/models/test_weight_stripped_engine.py
Lines 487 to 523 in 76bdf5e
The CI test reports the error:
I output
refitted_output
while usingTorchTensorRTModule
, which is all zeros, so it seems like the refitting was not successful.The text was updated successfully, but these errors were encountered: