We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ed3e7 commit ec9e9d4Copy full SHA for ec9e9d4
src/xpk/core/cluster.py
@@ -38,7 +38,7 @@
38
from .system_characteristics import SystemCharacteristics
39
40
JOBSET_VERSION = 'v0.8.0'
41
-PATHWAYS_JOB_VERSION = 'v0.1.1'
+PATHWAYS_JOB_VERSION = 'v0.1.2'
42
INSTALLER_NCCL_TCPX = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-tcpx/nccl-tcpx-installer.yaml'
43
INSTALLER_NCCL_TCPXO = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-tcpxo/nccl-tcpxo-installer.yaml'
44
INSTALLER_NCCL_RDMA = 'https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/gpudirect-rdma/nccl-rdma-installer.yaml'
0 commit comments