Skip to content

Commit

Permalink
Merge pull request #207 from aws-samples/KeitaW-patch-1
Browse files Browse the repository at this point in the history
Bump to AWS_OFI_NCCL_VERSION=1.8.1-aws
  • Loading branch information
verdimrc authored Mar 11, 2024
2 parents f5e0b7b + 33ad5e0 commit 1a02173
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# The three must-be-built packages.
# Efa-installer>=1.29.0 required for nccl>=2.19.0 to avoid libfabric NCCL error.
ENV EFA_INSTALLER_VERSION=1.30.0
ENV AWS_OFI_NCCL_VERSION=1.7.4-aws
ENV AWS_OFI_NCCL_VERSION=1.8.1-aws
ENV NCCL_TESTS_VERSION=master

RUN apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion 3.test_cases/3.MPT/0.llm-foundry.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mosaicml/llm-foundry:2.2.0_cu121_flash2_aws-latest

ARG EFA_INSTALLER_VERSION=1.30.0
ARG AWS_OFI_NCCL_VERSION=v1.7.4-aws
ARG AWS_OFI_NCCL_VERSION=1.8.1-aws
ARG NCCL_TESTS_VERSION=master
ARG NCCL_VERSION=v2.18.6-1
ARG LLM_FOUNDRY_VERSION=v0.4.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvcr.io/nvidia/tensorflow:23.10-tf2-py3

ARG EFA_INSTALLER_VERSION=1.30.0
ARG AWS_OFI_NCCL_VERSION=v1.7.4-aws
ARG AWS_OFI_NCCL_VERSION=1.8.1-aws
ARG NCCL_TESTS_VERSION=master
ARG NCCL_VERSION=v2.18.6-1
ARG OPEN_MPI_PATH=/opt/amazon/openmpi
Expand Down

0 comments on commit 1a02173

Please sign in to comment.