Skip to content

Commit ec9e9d4

Browse files
authored
Update PathwaysJob version to v0.1.2 (#507)
Reliable placement of pathways-head pods across workloads.
1 parent 59ed3e7 commit ec9e9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/core/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from .system_characteristics import SystemCharacteristics
3939

4040
JOBSET_VERSION = 'v0.8.0'
41-
PATHWAYS_JOB_VERSION = 'v0.1.1'
41+
PATHWAYS_JOB_VERSION = 'v0.1.2'
4242
INSTALLER_NCCL_TCPX = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-tcpx/nccl-tcpx-installer.yaml'
4343
INSTALLER_NCCL_TCPXO = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-tcpxo/nccl-tcpxo-installer.yaml'
4444
INSTALLER_NCCL_RDMA = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-rdma/nccl-rdma-installer.yaml'

0 commit comments

Comments
 (0)