Skip to content

Commit f73e5f2

Browse files
committed
specifying rpc ports is necessary, and adding an export statement makes things clearer
1 parent 135f19e commit f73e5f2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/distributed-inference-with-llama-cpp

content/learning-paths/servers-and-cloud-computing/distributed-inference-with-llama-cpp/how-to-3.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ weight: 4
66
layout: learningpathall
77
---
88
## Master node setup
9-
In this learning path, we will use the following three IP addresses for the nodes. Replace these in the instructions with your own node IPs.
9+
In this learning path, we will use the following two IP addresses for the worker nodes. Replace these with your own node IPs.
1010

1111
```bash
12-
master_ip =" 172.31.110.10"
13-
worker_ips = "172.31.110.11,172.31.110.12"
12+
export worker_ips = "172.31.110.11:50052,172.31.110.12:50052"
1413
```
1514
You can find the IP addresses of your AWS instances in the AWS console.
1615

0 commit comments

Comments
 (0)