Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
bc72e5bd
"tests/python/vscode:/vscode.git/clone" did not exist on "308bd6f5b245929211f365396ca2007ac151b8e7"
Unverified
Commit
bc72e5bd
authored
Feb 09, 2025
by
Yineng Zhang
Committed by
GitHub
Feb 09, 2025
Browse files
add cuda graph capture failure possible solution (#3430)
parent
014cab4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/model_executor/cuda_graph_runner.py
python/sglang/srt/model_executor/cuda_graph_runner.py
+1
-0
No files found.
python/sglang/srt/model_executor/cuda_graph_runner.py
View file @
bc72e5bd
...
@@ -237,6 +237,7 @@ class CudaGraphRunner:
...
@@ -237,6 +237,7 @@ class CudaGraphRunner:
"1. disable cuda graph by --disable-cuda-graph
\n
"
"1. disable cuda graph by --disable-cuda-graph
\n
"
"2. set --mem-fraction-static to a smaller value (e.g., 0.8 or 0.7)
\n
"
"2. set --mem-fraction-static to a smaller value (e.g., 0.8 or 0.7)
\n
"
"3. disable torch compile by not using --enable-torch-compile
\n
"
"3. disable torch compile by not using --enable-torch-compile
\n
"
"4. set --cuda-graph-max-bs to a smaller value (e.g., 32)
\n
"
"Open an issue on GitHub https://github.com/sgl-project/sglang/issues/new/choose
\n
"
"Open an issue on GitHub https://github.com/sgl-project/sglang/issues/new/choose
\n
"
)
)
...
...
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