Fix stale CUDA graph benchmark and docs refs (#28041)
This commit is contained in:
+2
-2
@@ -3,16 +3,16 @@
|
||||
Public API (also reachable via the deeper module paths):
|
||||
- BreakableCUDAGraph, BreakableCUDAGraphCapture — capture/replay
|
||||
- eager_on_graph — decorator that marks a callable as a graph break
|
||||
- break_graph — helper that inserts a bare graph break
|
||||
- enable_breakable_cuda_graph — context that flips the Breakable runtime flag
|
||||
- is_in_breakable_cuda_graph — runtime flag getter
|
||||
|
||||
The legacy model_executor/breakable_cuda_graph/ package is a
|
||||
backwards-compat shim that re-exports from here.
|
||||
"""
|
||||
|
||||
from sglang.srt.model_executor.runner_backend_utils.breakable_cuda_graph.breakable_cuda_graph import ( # noqa: F401
|
||||
BreakableCUDAGraph,
|
||||
BreakableCUDAGraphCapture,
|
||||
break_graph,
|
||||
eager_on_graph,
|
||||
)
|
||||
from sglang.srt.model_executor.runner_backend_utils.breakable_cuda_graph.context import ( # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user