← back to Exo

.typings/mflux/models/fibo_vlm/tokenizer/qwen2vl_image_processor.pyi

9 lines

"""
This type stub file was generated by pyright.
"""

from mflux.models.qwen.tokenizer.qwen_image_processor import QwenImageProcessor

class Qwen2VLImageProcessor(QwenImageProcessor):
    def __init__(self) -> None: ...