[Executor] Updated the documents related to cuda graph and static graph.#2898
Merged
Merged
Conversation
|
Thanks for your contribution! |
…into chunk_prefill
yuanlehome
approved these changes
Jul 17, 2025
zyfncg
approved these changes
Jul 17, 2025
Comment on lines
+75
to
+78
| - `use_cudagraph` : bool = False | ||
| - `graph_optimization_config` : Dict[str, Any] | ||
| - `graph_opt_level`: int = 0 | ||
| - `use_cudagraph`: bool = False |
Collaborator
There was a problem hiding this comment.
use_cudagraph有两个相同的参数,不一致时得考虑优先级的问题,从用户视角看会有一些奇怪
Collaborator
Author
There was a problem hiding this comment.
嗯嗯,代码里有做检查,冲突时会直接挂掉,提示用户设置了两次。默认情况下用户只用设置 graph_optimization_config 外的 use_cudagraph 就行。graph_optimization_config 语意范围大一些,所以也保留了设置的功能,方便使用。
xiaoguoguo626807
pushed a commit
to xiaoguoguo626807/FastDeploy
that referenced
this pull request
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updated user manuals related to cuda graph and static graph.