Skip to content

Commit

Permalink
Address more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed May 10, 2024
1 parent 82f7863 commit 08ff39f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
fi
# try to get NCCL version from provided BASE_IMAGE of ARM64-arch
if [[ -z "$BASE_IMAGE" ]]; then
echo "Need to pass non-empty BASE_IMAGE variable"
exit 1
fi
source .github/workflows/scripts/get_remote_env.sh
JAX_LIBNCCL_PACKAGE=$(get_remote_env ${BASE_IMAGE:-ubuntu} linux amd64 | jq -r '.[]' | egrep '^NV_LIBNCCL_PACKAGE')
JAX_NCCL_VERSION=$(get_remote_env ${BASE_IMAGE:-ubuntu} linux amd64 | jq -r '.[]' | egrep '^NCCL_VERSION=' | cut -d= -f2-)
Expand Down

0 comments on commit 08ff39f

Please sign in to comment.