Skip to content

Commit 9b8fd2b

Browse files
authored
Updated pytorch version in docker and pytorch-version-tests.yml (#3329)
1 parent f979acb commit 9b8fd2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pytorch-version-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
python-version: [3.9, "3.10", "3.11"]
1919
pytorch-version:
20-
[2.4.1, 2.3.1, 2.2.2, 2.0.1, 1.13.1, 1.12.1, 1.10.0]
20+
[2.5.1, 2.4.1, 2.3.1, 2.2.2, 1.13.1, 1.12.1, 1.10.0]
2121
exclude:
2222
- pytorch-version: 1.10.0
2323
python-version: "3.10"
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash -l {0}
7171
run: |
7272
conda install pytorch=${{ matrix.pytorch-version }} torchvision cpuonly python=${{ matrix.python-version }} -c pytorch
73-
73+
7474
# We should install numpy<2.0 for pytorch<2.3
7575
numpy_one_pth_version=$(python -c "import torch; print(float('.'.join(torch.__version__.split('.')[:2])) < 2.3)")
7676
if [ "${numpy_one_pth_version}" == "True" ]; then

docker/docker.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[DEFAULT]
2-
build_docker_image_pytorch_version = 2.5.1-cuda12.4-cudnn9
2+
build_docker_image_pytorch_version = 2.6.0-cuda12.4-cudnn9
33
build_docker_image_hvd_version = v0.28.1
44
build_docker_image_msdp_version = v0.14.0

0 commit comments

Comments
 (0)