Skip to content

Commit 866edef

Browse files
chore(deps): update dependency torch to v2
1 parent ccc975e commit 866edef

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: scripts/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=1.10.2
1+
torch>=2.0.0
22
torchvision>=0.11.3
33
pytorch-ignite>=0.4.8
44
pyyaml

Diff for: src/templates/template-common/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=1.10.2
1+
torch>=2.0.0
22
torchvision>=0.11.3
33
pytorch-ignite>=0.4.8
44
pyyaml

Diff for: src/templates/template-text-classification/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=1.10.2
1+
torch>=2.0.0
22
torchvision>=0.11.3
33
pytorch-ignite>=0.4.8
44
pyyaml

Diff for: src/templates/template-vision-classification/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=1.10.2
1+
torch>=2.0.0
22
torchvision>=0.11.3
33
pytorch-ignite>=0.4.8
44
pyyaml

Diff for: src/templates/template-vision-dcgan/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=1.10.2
1+
torch>=2.0.0
22
torchvision>=0.11.3
33
pytorch-ignite>=0.4.8
44
pyyaml

Diff for: src/templates/template-vision-segmentation/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=1.10.2
1+
torch>=2.0.0
22
torchvision>=0.11.3
33
pytorch-ignite>=0.4.8
44
pyyaml

0 commit comments

Comments
 (0)