Skip to content

Commit 2942607

Browse files
committed
Merge branch 'environment'
2 parents f47fec0 + 0d8274c commit 2942607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ channels:
88

99
dependencies:
1010
- python=3.11
11-
- pytorch
11+
- pytorch=2.5.1
1212
- torchvision
1313
- pytorch-cuda=12.4
1414
- lightning

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --------- pytorch --------- #
2-
torch
2+
torch==2.5.1
33
torchvision
44
lightning
55
torchmetrics

0 commit comments

Comments
 (0)