Skip to content

AttributeError: Qwen2Tokenizer has no attribute response_schema #4609

@albertvillanova

Description

@albertvillanova

As reported by @sergiopaniego, when using transformers dev, we get a 'response_schema' Attribute error for Qwen2Tokenizer:

AttributeError: Qwen2Tokenizer has no attribute response_schema

Reproduction:

from transformers import AutoProcessor

processing_class = AutoProcessor.from_pretrained('Qwen/Qwen3-1.7B')
processing_class.response_schema

See reporting comment:

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions