We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b654c5 + 711abb4 commit 3bf11beCopy full SHA for 3bf11be
docs/source-pytorch/starter/converting.rst
@@ -192,6 +192,6 @@ The predict loop will not be used until you call :meth:`~lightning.pytorch.train
192
model = LitModel()
193
trainer.predict(model)
194
195
-.. note:: ``model.eval()`` and ``torch.no_grad()`` are called automatically for testing.
+.. note:: ``model.eval()`` and ``torch.no_grad()`` are called automatically for predicting.
196
197
.. tip:: ``trainer.predict()`` loads the best checkpoint automatically by default if checkpointing is enabled.
requirements/ci.txt
@@ -1,7 +1,8 @@
1
setuptools <70.1.1
2
wheel <0.44.0
3
awscli >=1.30.0, <1.31.0
4
-twine ==4.0.1
+twine ==6.0.1
5
importlib-metadata <8.0.0
6
wget
7
+pkginfo ==1.12.0
8
packaging <24.2
0 commit comments