From 4550ed8bd41a40782ce3d4ac1ca299e887d63d33 Mon Sep 17 00:00:00 2001 From: Akanksha Gupta Date: Thu, 18 Dec 2025 14:07:18 -0800 Subject: [PATCH 1/2] Update "Shared Pathways Service" README 1. Add a comment for --tpu_count 2. Add the link to requirements.txt. --- pathwaysutils/experimental/shared_pathways_service/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pathwaysutils/experimental/shared_pathways_service/README.md b/pathwaysutils/experimental/shared_pathways_service/README.md index 1665c38..6a3293a 100644 --- a/pathwaysutils/experimental/shared_pathways_service/README.md +++ b/pathwaysutils/experimental/shared_pathways_service/README.md @@ -80,7 +80,8 @@ I1208 20:10:18.148825 ...] argv[2]: '--resource_manager_address=pathways-c ## Instructions -### 1. Clone `pathwaysutils`. +### 1. Clone `pathwaysutils` and install the ++[listed requirements](https://github.com/AI-Hypercomputer/pathways-utils/blob/main/requirements.txt). ```shell git clone https://github.com/AI-Hypercomputer/pathways-utils.git @@ -111,7 +112,7 @@ python3 pathwaysutils/experimental/shared_pathways_service/run_connect_example.p --gcs_bucket="gs://user-bucket" \ --pathways_service="pathways-cluster-pathways-head-0-0.pathways-cluster:29001" \ --tpu_type="tpuv6e:2x2" \ ---tpu_count=1 +--tpu_count=1 # number of slices ``` The connect block will deploy a proxy pod dedicated to your client and connect From 5a59f63e9e3da3b05a35a293aff8dc3c5812c8d5 Mon Sep 17 00:00:00 2001 From: Akanksha Gupta Date: Fri, 19 Dec 2025 10:22:20 -0800 Subject: [PATCH 2/2] comments --- pathwaysutils/experimental/shared_pathways_service/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pathwaysutils/experimental/shared_pathways_service/README.md b/pathwaysutils/experimental/shared_pathways_service/README.md index 6a3293a..37eacdd 100644 --- a/pathwaysutils/experimental/shared_pathways_service/README.md +++ b/pathwaysutils/experimental/shared_pathways_service/README.md @@ -80,11 +80,11 @@ I1208 20:10:18.148825 ...] argv[2]: '--resource_manager_address=pathways-c ## Instructions -### 1. Clone `pathwaysutils` and install the -+[listed requirements](https://github.com/AI-Hypercomputer/pathways-utils/blob/main/requirements.txt). +### 1. Clone `pathwaysutils` and install the requirements. ```shell git clone https://github.com/AI-Hypercomputer/pathways-utils.git +pip install ./pathways-utils ``` ### 2. Use the `isc_pathways` Context Manager