mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
Clear dead code And supplementary notes (#2757)
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
* 1.supplementary notes 2.delete dead code * fix bug of forward meta * Global modification of forward meta * fix vl model_runner bug
This commit is contained in:
@@ -24,7 +24,10 @@ from fastdeploy.model_executor.graph_optimization.cudagraph_piecewise_backend im
|
||||
|
||||
|
||||
class GraphOptBackend:
|
||||
""" """
|
||||
"""
|
||||
Integrated various graph optimization functions, including dynamic graph to static graph conversion,
|
||||
CINN compilation optimization, CudaGraph, and so on.
|
||||
"""
|
||||
|
||||
fd_config: FDConfig
|
||||
cudagraph_piecewise_backend: Optional[CudaGraphPiecewiseBackend] = None
|
||||
|
Reference in New Issue
Block a user