Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fastdeploy/model_executor/models/qwen3_vl/qwen3_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ def forward(

return hidden_states

def clear_grpah_opt_backend(self):
"""Clear graph optimization backend, the captured cuda graph will be cleaned"""
self.model.clear_grpah_opt_backend(fd_config=self.fd_config)


class Qwen3VLPretrainedModel(PretrainedModel):
"""Utilities for tensor-parallel weight splitting."""
Expand Down
Loading