Skip to content

Commit 74ff762

Browse files
author
Azure Pipelines
committed
publish [GPU]: templates/simple
1 parent 181aca3 commit 74ff762

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.notebooks/templates/simple.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5e10af9148d24444309ed63efc8456d97e47be36bb0581fce26ab6d703db8029
3+
size 90114

.notebooks/templates/simple.png

19.8 KB
Loading

.notebooks/templates/simple.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title: How to write a PyTorch Lightning tutorial
2+
author: PL team
3+
created: 2021-06-15
4+
updated: 2021-06-17
5+
license: CC
6+
build: 11
7+
description: 'This is a template to show how to contribute a tutorial.
8+
9+
'
10+
requirements:
11+
- matplotlib
12+
accelerator:
13+
- CPU
14+
- GPU
15+
environment:
16+
- torchmetrics==1.2.1
17+
- torch==2.0.1+cu118
18+
- urllib3==2.2.2
19+
- setuptools==69.0.3
20+
- pytorch-lightning==1.5.3
21+
- ipython==8.16.1
22+
- matplotlib==3.8.4
23+
- numpy==1.26.4
24+
published: '2024-07-20T00:24:37.695175'

0 commit comments

Comments
 (0)