Skip to content

Commit 3c9c594

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/text-transformers
1 parent f5d18af commit 3c9c594

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
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:cce570d56b298378d7ccd9b8f129c8bc290ee9d9e6e78d475fca6ad23472aef3
3-
size 921298
2+
oid sha256:717f73ad10f70544101a0ac009f667a623b55c20e6cf23c40fabb8a0d6ac97e5
3+
size 921395

.notebooks/lightning_examples/text-transformers.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ description: 'This notebook will use HuggingFace''s `datasets` library to get da
1616
accelerator:
1717
- GPU
1818
environment:
19+
- matplotlib==3.9.1
20+
- numpy==1.26.4
21+
- pytorch-lightning==2.0.9.post0
22+
- torchtext==0.15.2+cpu
23+
- datasets==2.20.0
24+
- torch==2.0.1+cu118
25+
- lightning==2.0.9.post0
26+
- scipy==1.14.0
1927
- torchmetrics==1.1.2
28+
- transformers==4.43.1
2029
- scikit-learn==1.5.1
21-
- scipy==1.14.0
22-
- transformers==4.42.4
23-
- lightning==2.0.9.post0
24-
- torchtext==0.18.0
25-
- datasets==2.20.0
26-
published: '2024-07-23T11:43:11.637722'
30+
published: '2024-07-23T16:44:00.545844'

0 commit comments

Comments
 (0)