Skip to content

Commit c0a0cb1

Browse files
authored
Update SSH tunnel guide for Killarney
1 parent 70989a4 commit c0a0cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ Once the inference server is ready, you can start sending in inference requests.
124124
## SSH tunnel from your local device
125125
If you want to run inference from your local device, you can open a SSH tunnel to your cluster environment like the following:
126126
```bash
127-
ssh -L 8081:172.17.8.29:8081 username@v.vectorinstitute.ai -N
127+
ssh -L 8081:10.1.1.29:8081 username@v.vectorinstitute.ai -N
128128
```
129-
Where the last number in the URL is the GPU number (gpu029 in this case). The example provided above is for the vector cluster, change the variables accordingly for your environment
129+
The example provided above is for the Vector Killarney cluster, change the variables accordingly for your environment. The IP address for the compute nodes on Killarney follow `10.1.1.XX` pattern, where `XX` is the GPU number (`kn029` -> `29` in this example).

0 commit comments

Comments
 (0)