Skip to content

Commit

Permalink
Updated pytorch versions in CI and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Aug 5, 2024
1 parent aab39d6 commit 347d11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytorch-version-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
python-version: [3.8, 3.9, "3.10"]
pytorch-version:
[2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0, 1.10.0, 1.8.1, 1.5.1]
[2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.10.0, 1.8.1, 1.5.1]
exclude:
- pytorch-version: 1.5.1
python-version: 3.9
Expand Down
2 changes: 1 addition & 1 deletion docker/docker.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DEFAULT]
build_docker_image_pytorch_version = 2.3.1-cuda12.1-cudnn8
build_docker_image_pytorch_version = 2.4.0-cuda12.4-cudnn9
build_docker_image_hvd_version = v0.28.1
build_docker_image_msdp_version = v0.14.0

0 comments on commit 347d11d

Please sign in to comment.