Skip to content

Commit bd7ea09

Browse files
authored
Upgrade pytorch to 2.7.0
2 parents 03a410f + 8bb044c commit bd7ea09

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LabsSolutions/01-pytorch-segmentation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==2.6.0
1+
torch==2.7.0
22
torchvision>=0.21.0
33
tensorboard>=2.19.0
44
deepcs==0.2.10

LabsSolutions/02-pytorch-asr/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==2.6.0
1+
torch==2.7.0
22
torchvision
33
torchaudio
44
tqdm>=4.66.3

LabsSolutions/03-pytorch-gan/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==2.6.0
1+
torch==2.7.0
22
torchvision>=0.21.0
33
tqdm>=4.66.3
44
numpy>=2.2.4

Webpage/data/02-pytorch-asr/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
torchvision==0.16.0
22
torchaudio==2.1.0
3-
torch==2.6.0
3+
torch==2.7.0
44
tqdm==4.66.3
55
numpy==1.24.4
66
deepcs==0.2.8

Webpage/data/03-pytorch-gan/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cu116
22
torchvision==0.14.1+cu116
3-
torch==2.6.0
3+
torch==2.7.0
44
tqdm==4.66.3
55
numpy==1.24.1
66
deepcs==0.2.6

0 commit comments

Comments
 (0)