Skip to content
Open
Changes from 1 commit
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,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).
Comment thread
guptaaka marked this conversation as resolved.
Outdated

```shell
git clone https://github.com/AI-Hypercomputer/pathways-utils.git
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
Comment thread
guptaaka marked this conversation as resolved.
```

The connect block will deploy a proxy pod dedicated to your client and connect
Expand Down