Skip to content

Commit b9903ab

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/05-transformers-and-MH-attention
1 parent a003daf commit b9903ab

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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:a7169f6d109db55b6dad1efad46d2154e7fac3afd0fc32ac192e846afcb4e8a1
3-
size 3025436
2+
oid sha256:c4a17bbf024883b50a3917e52ad6928c1effa0d3c079f914ecbe04c3504a73e0
3+
size 3056216

.notebooks/course_UvA-DL/05-transformers-and-MH-attention.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ description: 'In this tutorial, we will discuss one of the most impactful archit
3030
'
3131
accelerator:
3232
- GPU
33+
OS: Linux
34+
python: 3.10.12
3335
environment:
34-
- torchvision==0.15.2+cu118
35-
- torchmetrics==1.2.1
36-
- torch==2.0.1+cu118
37-
- pytorch-lightning==2.0.9.post0
3836
- matplotlib==3.9.1
3937
- seaborn==0.13.2
38+
- torchvision==0.16.2+cu121
4039
- numpy==1.26.4
41-
published: '2024-07-23T21:22:29.234677'
40+
- torchmetrics==1.2.1
41+
- torch==2.1.2+cu121
42+
- pytorch-lightning==2.0.9.post0
43+
published: '2024-07-26T06:46:38.675447'

0 commit comments

Comments
 (0)