Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pathwaysutils/experimental/shared_pathways_service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ I1208 20:10:18.148825 ...] argv[2]: '--resource_manager_address=pathways-c

## Instructions

### 1. Clone `pathwaysutils`.
### 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
Expand Down Expand Up @@ -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
Expand Down