We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f47fec0 + 0d8274c commit 2942607Copy full SHA for 2942607
environment.yaml
@@ -8,7 +8,7 @@ channels:
8
9
dependencies:
10
- python=3.11
11
- - pytorch
+ - pytorch=2.5.1
12
- torchvision
13
- pytorch-cuda=12.4
14
- lightning
requirements.txt
@@ -1,5 +1,5 @@
1
# --------- pytorch --------- #
2
-torch
+torch==2.5.1
3
torchvision
4
lightning
5
torchmetrics
0 commit comments