Skip to content

Commit 5838577

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/text-transformers
1 parent 8b6b76d commit 5838577

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:3cbc61f93d3642bde38d4076aeaaa92f350973c1201b0728ce9cfc50914e692d
3-
size 921356
2+
oid sha256:f2445f9a7a75a4ee5beaf88fee338b12b2a31bccd1e2f1d36f3c6bdaa5591a08
3+
size 918248

.notebooks/lightning_examples/text-transformers.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ description: 'This notebook will use HuggingFace''s `datasets` library to get da
1515
'
1616
accelerator:
1717
- GPU
18+
OS: Linux
19+
python: 3.10.12
1820
environment:
21+
- transformers==4.43.2
22+
- matplotlib==3.9.1
23+
- torchtext==0.16.2+cpu
24+
- torch==2.1.2+cu121
1925
- pytorch-lightning==2.0.9.post0
20-
- torchtext==0.15.2+cpu
2126
- numpy==1.26.4
22-
- transformers==4.43.1
23-
- lightning==2.0.9.post0
24-
- scipy==1.14.0
25-
- matplotlib==3.9.1
26-
- torch==2.0.1+cu118
2727
- datasets==2.20.0
2828
- scikit-learn==1.5.1
29+
- torchvision==0.16.2+cu121
30+
- scipy==1.14.0
2931
- torchmetrics==1.1.2
30-
published: '2024-07-23T19:45:25.135853'
32+
published: '2024-07-26T09:06:14.819015'

0 commit comments

Comments
 (0)