We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4095693 commit 6b9db2cCopy full SHA for 6b9db2c
src/lightning/pytorch/core/module.py
@@ -1542,7 +1542,7 @@ def forward(self, x):
1542
1543
"""
1544
rank_zero_deprecation(
1545
- "`LightningModule.to_torchscript` has been deprecated in v2.5 and will be removed in v2.7. "
+ "`LightningModule.to_torchscript` has been deprecated in v2.7 and will be removed in v2.8. "
1546
"TorchScript is deprecated in PyTorch. Use `torch.export.export()` for model exporting instead. "
1547
"See https://pytorch.org/docs/stable/export.html for more information."
1548
)
0 commit comments