Skip to content

Commit 2e0a6fd

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/mnist-tpu-training
1 parent 642a45f commit 2e0a6fd

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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:48d015bf551eb1db4dd0654284a44e0619327a018526c73abf7924f077bd7388
3-
size 14356
2+
oid sha256:e21308ffd021b75bf3b341773a7e371e99ccb7860d3617102c7558b917faab05
3+
size 14467

.notebooks/lightning_examples/mnist-tpu-training.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ description: In this notebook, we'll train a model on TPUs. Updating one Trainer
1010
accelerator:
1111
- TPU
1212
environment:
13-
- lightning==2.3.3
14-
- torchvision==0.18.1+cu118
15-
published: '2024-07-23T11:35:50.557041'
13+
- torchmetrics==1.2.1
14+
- numpy==1.26.4
15+
- torchvision==0.15.2+cu118
16+
- torch==2.0.1+cu118
17+
- pytorch-lightning==2.0.9.post0
18+
- matplotlib==3.9.1
19+
published: '2024-07-23T16:22:59.095361'

0 commit comments

Comments
 (0)