Skip to content

Commit db62f0d

Browse files
windsonseatarinkk
authored andcommitted
[Doc] Fix a 404 link to llama-405b (sgl-project#5615)
Signed-off-by: windsonsea <[email protected]>
1 parent fdc8bab commit db62f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/server_arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Please consult the documentation below to learn more about the parameters you ma
127127
## Multi-node distributed serving
128128

129129
* `dist_init_addr`: The TCP address used for initializing PyTorch's distributed backend (e.g. `192.168.0.2:25000`).
130-
* `nnodes`: Total number of nodes in the cluster. Refer to how to run the [Llama 405B model](https://docs.sglang.ai/references/llama_405B.html#run-405b-fp16-on-two-nodes).
130+
* `nnodes`: Total number of nodes in the cluster. Refer to how to run the [Llama 405B model](https://docs.sglang.ai/references/multi_node.html#llama-3-1-405b).
131131
* `node_rank`: Rank (ID) of this node among the `nnodes` in the distributed setup.
132132

133133

0 commit comments

Comments
 (0)