Skip to content

Commit 642a45f

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/mnist-hello-world
1 parent c1e8fc3 commit 642a45f

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:e0dc73b9d5a4da2e116ac8a5192864b8ff9edb343ae72b2cdb8cc0281c3ca16e
3-
size 173732
2+
oid sha256:4b0950ae47a97a14d7e74254d1b5234ef58575c36aef5b6c07277dae93c8877a
3+
size 172254

.notebooks/lightning_examples/mnist-hello-world.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ accelerator:
1010
- CPU
1111
- GPU
1212
environment:
13-
- pandas==2.2.2
13+
- torchmetrics==1.2.1
14+
- pytorch-lightning==2.0.9.post0
15+
- matplotlib==3.9.1
16+
- torch==2.0.1+cu118
17+
- torchvision==0.15.2+cu118
18+
- numpy==1.26.4
1419
- seaborn==0.13.2
15-
- torchmetrics==1.4.0.post0
16-
- lightning==2.3.3
17-
- torchvision==0.18.1+cu118
18-
published: '2024-07-23T11:34:45.353579'
20+
- pandas==2.2.2
21+
published: '2024-07-23T16:17:49.103622'

0 commit comments

Comments
 (0)