Skip to content

Commit

Permalink
Bumps stable torch to 2.2.2 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Apr 12, 2024
1 parent 0a587b5 commit f39bea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
# CUDA 12.1
"cuda 12.1 | torch 2.2 | cudnn FE v1.3":
{ CUDA_VERSION: "12.1.1", TORCH_VERSION: "2.2.1", TRITON_VERSION: "2.2.0", CUDNN_FRONTEND: "1.3.0" }
{ CUDA_VERSION: "12.1.1", TORCH_VERSION: "2.2.2", TRITON_VERSION: "2.2.0", CUDNN_FRONTEND: "1.3.0" }
"cuda 12.1 | torch 2.3 /test | cudnn FE v1.3":
{
CUDA_VERSION: "12.1.1",
Expand Down
4 changes: 2 additions & 2 deletions .azure/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
matrix:
# CUDA 12.1
"ubuntu22.04 | cuda 12.1 | python 3.10 | torch 2.2 | regular":
docker-image: "ubuntu22.04-cuda12.1.1-cudnn-fe1.3.0-py3.10-pt_2.2.1-apex"
docker-image: "ubuntu22.04-cuda12.1.1-cudnn-fe1.3.0-py3.10-pt_2.2.2-apex"
CUDA_VERSION_MM: "121"
"ubuntu22.04 | cuda 12.1 | python 3.10 | torch 2.2 | distributed":
docker-image: "ubuntu22.04-cuda12.1.1-cudnn-fe1.3.0-py3.10-pt_2.2.1-apex"
docker-image: "ubuntu22.04-cuda12.1.1-cudnn-fe1.3.0-py3.10-pt_2.2.2-apex"
CUDA_VERSION_MM: "121"
testing: "distributed"
"ubuntu22.04 | cuda 12.1 | python 3.10 | torch 2.3 | regular":
Expand Down
2 changes: 1 addition & 1 deletion .azure/notebook-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
"ubuntu22.04 | cuda 12.1 | torch 2.2":
docker-image: "ubuntu22.04-cuda12.1.1-cudnn-fe1.1.0-py3.10-pt_2.2.1-apex"
docker-image: "ubuntu22.04-cuda12.1.1-cudnn-fe1.3.0-py3.10-pt_2.2.2-apex"
CUDA_VERSION_MM: "121"
"ubuntu22.04 | cuda 12.1 | torch-nightly":
docker-image: "ubuntu22.04-cuda12.1.1-cudnn-fe1.3.0-py3.10-pt_main-apex"
Expand Down

0 comments on commit f39bea7

Please sign in to comment.