Skip to content

Commit

Permalink
will/bump_aws_ofi_nccl (#3253)
Browse files Browse the repository at this point in the history
* Bump aws-ofi-nccl

* update generate_build_matrix.py
  • Loading branch information
willgleich authored May 8, 2024
1 parent 6898866 commit 9f7db04
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 @@ -26,7 +26,7 @@
- mosaicml/pytorch:2.3.0_cu121-python3.11-ubuntu20.04
TARGET: pytorch_stage
TORCHVISION_VERSION: 0.18.0
- AWS_OFI_NCCL_VERSION: v1.7.4-aws
- AWS_OFI_NCCL_VERSION: v1.9.1-aws
BASE_IMAGE: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu20.04
CUDA_VERSION: 12.1.1
IMAGE_NAME: torch-2-3-0-cu121-aws
Expand Down Expand Up @@ -94,7 +94,7 @@
- mosaicml/pytorch:2.2.1_cu121-python3.11-ubuntu20.04
TARGET: pytorch_stage
TORCHVISION_VERSION: 0.17.1
- AWS_OFI_NCCL_VERSION: v1.7.4-aws
- AWS_OFI_NCCL_VERSION: v1.9.1-aws
BASE_IMAGE: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu20.04
CUDA_VERSION: 12.1.1
IMAGE_NAME: torch-2-2-1-cu121-aws
Expand Down Expand Up @@ -162,7 +162,7 @@
- mosaicml/pytorch:2.1.2_cu121-python3.10-ubuntu20.04
TARGET: pytorch_stage
TORCHVISION_VERSION: 0.16.2
- AWS_OFI_NCCL_VERSION: v1.7.4-aws
- AWS_OFI_NCCL_VERSION: v1.9.1-aws
BASE_IMAGE: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu20.04
CUDA_VERSION: 12.1.1
IMAGE_NAME: torch-2-1-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 @@ -224,7 +224,7 @@ def _main():
if interconnect != 'EFA':
entry['AWS_OFI_NCCL_VERSION'] = ''
else:
entry['AWS_OFI_NCCL_VERSION'] = 'v1.7.4-aws'
entry['AWS_OFI_NCCL_VERSION'] = 'v1.9.1-aws'

pytorch_entries.append(entry)

Expand Down

0 comments on commit 9f7db04

Please sign in to comment.