We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffba26 commit b97b038Copy full SHA for b97b038
deserve_worker/README.md
@@ -15,4 +15,6 @@ python3 -m deserve_worker.worker_api --model=llama-3-70b --num-rounds=2 --layer-
15
16
```bash
17
python3 -m deserve_worker.worker_api --model=llama-3-70b --num-rounds=2 --layer-begin=40 --layer-end=output --batch-size=48 --port=8081 --num-rounds=2 --num-main-pages=7000 --num-swap-pages=1000 --controller-url=http://localhost:19000 --next-worker-url=http://localhost:8080
18
-```
+```
19
+
20
+Then you can connect to the first worker with its url.
0 commit comments