Skip to content

Commit

Permalink
Release v1.4.1 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyapani committed Nov 6, 2023
2 parents 76d9d27 + ceee138 commit d02347a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
docker run --pull=always --rm \
--name receive-datapath-manager \
--detach \
--privileged \
--cap-add=NET_ADMIN --network=host \
--volume /var/lib/nvidia/lib64:/usr/local/nvidia/lib64 \
$${device_flags} \
Expand All @@ -38,7 +39,7 @@
--env LD_LIBRARY_PATH=/usr/local/nvidia/lib64 \
--volume /run/tcpx:/run/tcpx \
--entrypoint /tcpgpudmarxd/build/app/tcpgpudmarxd \
us-docker.pkg.dev/gce-ai-infra/gpudirect-tcpx/tcpgpudmarxd \
us-docker.pkg.dev/gce-ai-infra/gpudirect-tcpx/tcpgpudmarxd-dev:v2.0.7 \
--gpu_nic_preset a3vm --gpu_shmem_type fd --uds_path "/run/tcpx"

echo 'Installing iptable rules...'
Expand All @@ -47,7 +48,7 @@
echo 'Configuring NCCL and GPUDirectTCPX plugin...'
docker run --rm \
--volume /var/lib:/var/lib \
us-docker.pkg.dev/gce-ai-infra/gpudirect-tcpx/nccl-plugin-gpudirecttcpx \
us-docker.pkg.dev/gce-ai-infra/gpudirect-tcpx/nccl-plugin-gpudirecttcpx-dev:v3.1.6_2023_10_06 \
install --install-nccl
mount --bind /var/lib/tcpx /var/lib/tcpx
mount -o remount,exec /var/lib/tcpx
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ images:
timeout: 5400s

substitutions:
_VERSION: 'v1.4.0'
_VERSION: 'v1.4.1'

0 comments on commit d02347a

Please sign in to comment.