File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
docs/source-pytorch/starter Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 23
23
jobs :
24
24
cron-clear :
25
25
if : github.event_name == 'schedule' || github.event_name == 'pull_request'
26
- uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.9
26
+ uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.12.0
27
27
with :
28
28
scripts-ref : v0.11.8
29
29
dry-run : ${{ github.event_name == 'pull_request' }}
32
32
33
33
direct-clear :
34
34
if : github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
35
- uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.9
35
+ uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.12.0
36
36
with :
37
37
scripts-ref : v0.11.8
38
38
dry-run : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
check-md-links :
17
- uses : Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.11.9
17
+ uses : Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.12.0
18
18
with :
19
19
config-file : " .github/markdown-links-config.json"
20
20
base-branch : " master"
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
check :
11
- uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.9
11
+ uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.12.0
12
12
with :
13
13
# skip azure due to the wrong schema file by MSFT
14
14
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607
Original file line number Diff line number Diff line change @@ -192,6 +192,6 @@ The predict loop will not be used until you call :meth:`~lightning.pytorch.train
192
192
model = LitModel()
193
193
trainer.predict(model)
194
194
195
- .. note :: ``model.eval()`` and ``torch.no_grad()`` are called automatically for testing .
195
+ .. note :: ``model.eval()`` and ``torch.no_grad()`` are called automatically for predicting .
196
196
197
197
.. tip :: ``trainer.predict()`` loads the best checkpoint automatically by default if checkpointing is enabled.
Original file line number Diff line number Diff line change 1
1
setuptools <70.1.1
2
2
wheel <0.44.0
3
3
awscli >=1.30.0, <1.31.0
4
- twine ==4 .0.1
4
+ twine ==6 .0.1
5
5
importlib-metadata <8.0.0
6
6
wget
7
+ pkginfo ==1.12.0
7
8
packaging <24.2
You can’t perform that action at this time.
0 commit comments