You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stable/getting_started/multi_machine_setup.md
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_position: 3
4
4
5
5
# Multi-Machine Setup Guide
6
6
7
-
This guide will help you get started with running ServerlessLLM on multiple machines by adding worker nodes on different machines, connecting them to the head node, and starting the `sllm-store-server` on the worker nodes. You can extend this setup to use as many nodes as you need. Please make sure you have installed the ServerlessLLM following the [installation guide](./installation.md) on all machines.
7
+
This guide will help you get started with running ServerlessLLM on multiple machines by adding worker nodes on different machines, connecting them to the head node, and starting the `sllm-store` on the worker nodes. You can extend this setup to use as many nodes as you need. Please make sure you have installed the ServerlessLLM following the [installation guide](./installation.md) on all machines.
8
8
9
9
## Multi-Machine Setup
10
10
@@ -64,24 +64,25 @@ You can continue adding more worker nodes by repeating the above steps on additi
64
64
65
65
```bash
66
66
conda activate sllm-worker
67
-
sllm-store-server
67
+
sllm-store start
68
68
```
69
69
70
70
Expected output:
71
71
72
72
```bash
73
-
TODO Run server...
73
+
INFO 12-31 17:09:35 cli.py:58] Starting gRPC server
74
+
INFO 12-31 17:09:35 server.py:34] StorageServicer: storage_path=./models, mem_pool_size=4294967296, num_thread=4, chunk_size=33554432, registration_required=False
74
75
WARNING: Logging before InitGoogleLogging() is written to STDERR
0 commit comments