Skip to content

Commit c9d34f7

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

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
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:dd955bca304dffe72f238e9f5bffdadc6b3ebacb7097d2db2d426f4d845b741a
3-
size 171849
2+
oid sha256:8626b95f69692d3eac866e2737821ed1b206c6038345e61c482d441c7ca919de
3+
size 171337

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ description: In this notebook, we'll go over the basics of lightning by preparin
99
accelerator:
1010
- CPU
1111
- GPU
12+
OS: Linux
13+
python: 3.10.12
1214
environment:
13-
- matplotlib==3.9.1
14-
- numpy==1.26.4
1515
- pandas==2.2.2
16-
- torchmetrics==1.2.1
17-
- torchvision==0.15.2+cu118
18-
- pytorch-lightning==2.0.9.post0
19-
- torch==2.0.1+cu118
2016
- seaborn==0.13.2
21-
published: '2024-07-23T19:26:42.524891'
17+
- numpy==1.26.4
18+
- torchvision==0.16.2+cu121
19+
- pytorch-lightning==2.0.9.post0
20+
- torch==2.1.2+cu121
21+
- torchmetrics==1.2.1
22+
- matplotlib==3.9.1
23+
published: '2024-07-26T08:56:51.568332'

0 commit comments

Comments
 (0)