Skip to content
Draft
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
2 changes: 0 additions & 2 deletions optimum/exporters/openvino/model_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6578,7 +6578,6 @@ class Qwen3_5TextOpenVINOConfig(Qwen3VLTextOpenVINOConfig):
DUMMY_PKV_GENERATOR_CLASS = Qwen3_5DummyPastKeyValuesGenerator
NORMALIZED_CONFIG_CLASS = NormalizedTextConfig
MIN_TRANSFORMERS_VERSION = "5.2.0"
MAX_TRANSFORMERS_VERSION = "5.2.99"
_MODEL_PATCHER = Qwen3_5ModelPatcher

def add_past_key_values(self, inputs_or_outputs: Dict[str, Dict[int, str]], direction: str):
Expand Down Expand Up @@ -6651,7 +6650,6 @@ class Qwen3_5OpenVINOConfig(Qwen3VLOpenVINOConfig):
SUPPORTED_BEHAVIORS = [model_type.value for model_type in QwenVLConfigBehavior]
DUMMY_INPUT_GENERATOR_CLASSES = (DummyQwen3VLVisionEmbedInputGenerator,)
MIN_TRANSFORMERS_VERSION = "5.2.0"
MAX_TRANSFORMERS_VERSION = "5.2.99"

def __init__(
self,
Expand Down
Loading