Skip to content

Commit 7bdc31b

Browse files
committed
Update PyTorch 2.10, CUDA 13.0, TensorFlow 2.21
1 parent 5963b94 commit 7bdc31b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

requirements-tensorflow.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow~=2.19.0
1+
tensorflow~=2.21.0

requirements-torch-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-f https://download.pytorch.org/whl/torch/
2-
torch==2.7.1+cu126
2+
torch==2.10.0+cu130
33
-f https://download.pytorch.org/whl/torchvision/
4-
torchvision==0.22.1+cu126
4+
torchvision==0.25.0+cu130
55
tensorboard

requirements-torch.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--extra-index-url https://download.pytorch.org/whl/cpu/
2-
torch==2.7.1+cpu ; sys_platform != 'darwin'
3-
torchvision==0.22.1+cpu ; sys_platform != 'darwin'
4-
torch==2.7.1 ; sys_platform == 'darwin'
5-
torchvision==0.22.1 ; sys_platform == 'darwin'
1+
--extra-index-url https://download.pytorch.org/whl/test/cpu/
2+
torch==2.10.0+cpu ; sys_platform != 'darwin'
3+
torchvision==0.25.0+cpu ; sys_platform != 'darwin'
4+
torch==2.10.0 ; sys_platform == 'darwin'
5+
torchvision==0.25.0 ; sys_platform == 'darwin'
66
tensorboard

0 commit comments

Comments
 (0)