Skip to content

Commit

Permalink
Bump aws_ofi_nccl to 1.11.0 (#3569)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgleich authored Aug 22, 2024
1 parent dec879e commit 2662880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker/build_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- ghcr.io/databricks-mosaic/pytorch:latest
TARGET: pytorch_stage
TORCHVISION_VERSION: 0.19.0
- AWS_OFI_NCCL_VERSION: v1.9.1-aws
- AWS_OFI_NCCL_VERSION: v1.11.0-aws
BASE_IMAGE: nvidia/cuda:12.4.1-cudnn-devel-ubuntu20.04
CUDA_VERSION: 12.4.1
IMAGE_NAME: torch-2-4-0-cu124-aws
Expand Down Expand Up @@ -78,7 +78,7 @@
- ghcr.io/databricks-mosaic/pytorch:2.3.1_cu121-python3.11-ubuntu20.04
TARGET: pytorch_stage
TORCHVISION_VERSION: 0.18.1
- AWS_OFI_NCCL_VERSION: v1.9.1-aws
- AWS_OFI_NCCL_VERSION: v1.11.0-aws
BASE_IMAGE: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu20.04
CUDA_VERSION: 12.1.1
IMAGE_NAME: torch-2-3-1-cu121-aws
Expand Down Expand Up @@ -149,7 +149,7 @@
- ghcr.io/databricks-mosaic/pytorch:2.2.2_cu121-python3.11-ubuntu20.04
TARGET: pytorch_stage
TORCHVISION_VERSION: 0.17.2
- AWS_OFI_NCCL_VERSION: v1.9.1-aws
- AWS_OFI_NCCL_VERSION: v1.11.0-aws
BASE_IMAGE: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu20.04
CUDA_VERSION: 12.1.1
IMAGE_NAME: torch-2-2-2-cu121-aws
Expand Down
2 changes: 1 addition & 1 deletion docker/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _main():
if interconnect != 'EFA':
entry['AWS_OFI_NCCL_VERSION'] = ''
else:
entry['AWS_OFI_NCCL_VERSION'] = 'v1.9.1-aws'
entry['AWS_OFI_NCCL_VERSION'] = 'v1.11.0-aws'

pytorch_entries.append(entry)

Expand Down

0 comments on commit 2662880

Please sign in to comment.