"examples/vscode:/vscode.git/clone" did not exist on "8e72fb69cf05220bb74bf264f4ea01c252bfbb40"
Unverified Commit 6441ed36 authored by julienmancuso's avatar julienmancuso Committed by GitHub
Browse files

fix: fix typo in multinode example (#2931)


Signed-off-by: default avatarJulien Mancuso <jmancuso@nvidia.com>
parent fda1efe4
...@@ -41,8 +41,8 @@ spec: ...@@ -41,8 +41,8 @@ spec:
args: args:
- >- - >-
python3 -m dynamo.sglang python3 -m dynamo.sglang
--model-path meta-llama/Llama-3.3-70B-Instruct --model-path Qwen/Qwen3-0.6B
--served-model-name meta-llama/Llama-3.3-70B-Instruct --served-model-name Qwen/Qwen3-0.6B
--tp-size 8 --tp-size 8
--trust-remote-code --trust-remote-code
--skip-tokenizer-init --skip-tokenizer-init
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment