transformers
f3f6c865 - add qwen2.5vl (#35569)

Comment changes are shownComment changes are hidden
Commit
119 days ago
add qwen2.5vl (#35569) * add qwen2.5vl * fix * pass check table * add modular file * fix style * Update src/transformers/models/qwen2_5_vl/modeling_qwen2_5_vl.py Co-authored-by: Minho Shim <6764739+minostauros@users.noreply.github.com> * Update src/transformers/models/qwen2_5_vl/modeling_qwen2_5_vl.py Co-authored-by: Minho Shim <6764739+minostauros@users.noreply.github.com> * Update src/transformers/models/qwen2_5_vl/modeling_qwen2_5_vl.py Co-authored-by: Minho Shim <6764739+minostauros@users.noreply.github.com> * padd copy check * use modular * fix * fix * fix * update flashatt2&sdpa support_list * Update docs/source/en/_toctree.yml Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update docs/source/en/model_doc/qwen2_5_vl.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update docs/source/en/model_doc/qwen2_5_vl.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update docs/source/en/model_doc/qwen2_5_vl.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update docs/source/en/model_doc/qwen2_5_vl.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update src/transformers/models/qwen2_5_vl/modular_qwen2_5_vl.py Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * update config * update * fix hf path * rename Qwen2_5_VLVideosKwargs * fix * fix * update * excuted modular * rollback init * fix * formated * simpler init * fix * fix * fix * fix * fix * update docs * fix * fix * update Qwen2VLRotaryEmbedding for yarn * fix --------- Co-authored-by: Minho Shim <6764739+minostauros@users.noreply.github.com> Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> Co-authored-by: gewenbin0992 <gewenbin292@163.com> Co-authored-by: gewenbin0992 <67409248+gewenbin0992@users.noreply.github.com>
Author
Parents
  • docs/source/en
    • File
      _toctree.yml
    • File
      index.md
    • model_doc
      • File
        qwen2_5_vl.md
    • File
      perf_infer_gpu_one.md
  • src/transformers
    • File
      __init__.py
    • models
      • File
        __init__.py
      • auto
        • File
          configuration_auto.py
        • File
          modeling_auto.py
        • File
          processing_auto.py
        • File
          tokenization_auto.py
      • qwen2_5_vl
        • File
          __init__.py
        • File
          configuration_qwen2_5_vl.py
        • File
          image_processing_qwen2_5_vl.py
        • File
          modeling_qwen2_5_vl.py
        • File
          modular_qwen2_5_vl.py
        • File
          processing_qwen2_5_vl.py
      • qwen2_vl
        • File
          configuration_qwen2_vl.py
        • File
          modeling_qwen2_vl.py
    • utils
      • File
        dummy_pt_objects.py
      • File
        dummy_vision_objects.py
  • tests/models/qwen2_5_vl
    • File
      __init__.py
    • File
      test_image_processing_qwen2_5_vl.py
    • File
      test_modeling_qwen2_5_vl.py
    • File
      test_processor_qwen2_5_vl.py
  • utils
    • File
      check_repo.py