Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
02199790
"vscode:/vscode.git/clone" did not exist on "d03c097677929e4e1cd6563875389bd66564ef09"
Unverified
Commit
02199790
authored
Nov 19, 2025
by
ishandhanani
Committed by
GitHub
Nov 20, 2025
Browse files
chore: update low latency fp8 (#4499)
parent
c0c664a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
examples/backends/sglang/slurm_jobs/scripts/gb200-fp8/disagg/1p_4d.sh
...kends/sglang/slurm_jobs/scripts/gb200-fp8/disagg/1p_4d.sh
+2
-0
No files found.
examples/backends/sglang/slurm_jobs/scripts/gb200-fp8/disagg/1p_4d.sh
View file @
02199790
...
...
@@ -83,6 +83,7 @@ if [ "$mode" = "prefill" ]; then
if
[[
"
${
USE_INIT_LOCATIONS
,,
}
"
==
"true"
]]
;
then
command_suffix
=
"--init-expert-location /configs/prefill_dsr1-0528_in1000out1000_num40000.json"
;
fi
if
[[
-n
"
${
DUMP_CONFIG_PATH
}
"
]]
;
then
command_suffix
=
"
${
command_suffix
}
--dump-config-to
${
DUMP_CONFIG_PATH
}
"
;
fi
SGLANG_ENABLE_JIT_DEEPGEMM
=
false
\
DYN_SKIP_SGLANG_LOG_FORMATTING
=
1
\
MC_TE_METRIC
=
true
\
SGLANG_ENABLE_FLASHINFER_GEMM
=
1
\
...
...
@@ -140,6 +141,7 @@ elif [ "$mode" = "decode" ]; then
if
[[
"
${
USE_INIT_LOCATIONS
,,
}
"
==
"true"
]]
;
then
command_suffix
=
"--init-expert-location /configs/decode_dsr1-0528_loadgen_in1024out1024_num2000_2p12d.json"
;
fi
if
[[
-n
"
${
DUMP_CONFIG_PATH
}
"
]]
;
then
command_suffix
=
"
${
command_suffix
}
--dump-config-to
${
DUMP_CONFIG_PATH
}
"
;
fi
SGLANG_ENABLE_JIT_DEEPGEMM
=
false
\
DYN_SKIP_SGLANG_LOG_FORMATTING
=
1
\
MC_TE_METRIC
=
true
\
SGLANG_ENABLE_FLASHINFER_GEMM
=
1
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment