We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2a523 commit beee5b4Copy full SHA for beee5b4
py/torch_tensorrt/dynamo/_engine_caching.py
@@ -39,7 +39,7 @@ def get_hash(gm: torch.fx.GraphModule) -> str:
39
for name, param in new_gm.named_parameters():
40
param.data.zero_()
41
42
- hash_val = cast(str, FxGraphCachePickler.get_hash(gm))
+ hash_val = cast(str, FxGraphCachePickler.get_hash(new_gm))
43
44
return hash_val
45
0 commit comments