Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Qwen2-VL #59

Merged
merged 15 commits into from
Sep 28, 2024
Merged

Add support for Qwen2-VL #59

merged 15 commits into from
Sep 28, 2024

Commits on Sep 3, 2024

  1. add qwen2-vl

    Blaizzy committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e1b0964 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix model loading

    Blaizzy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    085eede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec9e22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    269c510 View commit details
    Browse the repository at this point in the history
  4. fix image features

    Blaizzy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6d4a5fc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. formatting

    Blaizzy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3a53fe6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fixed output coherence

    Blaizzy committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0c8edc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. convert get_rope_index to mlx

    Blaizzy committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    effb1b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    47ac093 View commit details
    Browse the repository at this point in the history
  2. fix quants

    Blaizzy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9a97697 View commit details
    Browse the repository at this point in the history
  3. remove lm sanitize

    Blaizzy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2be20f2 View commit details
    Browse the repository at this point in the history
  4. support qwen2_vl 7B

    Blaizzy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    447a580 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. convert to mlx

    Blaizzy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    9c8cb1c View commit details
    Browse the repository at this point in the history
  2. formating

    Blaizzy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5173114 View commit details
    Browse the repository at this point in the history
  3. remove torch

    Blaizzy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    45ab6b1 View commit details
    Browse the repository at this point in the history