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

initial commit of vlm #151

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

initial commit of vlm #151

wants to merge 11 commits into from

Commits on Nov 19, 2024

  1. initial commit of vlm

    - based on models from https://github.com/Blaizzy/mlx-vlm
    - for #132
    davidkoski committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bc7d887 View commit details
    Browse the repository at this point in the history
  2. vlm now working (with hard coded prompt etc)

    - llm-tool vlm --image path/to/image.jpg
    davidkoski committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    69056d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    654fbf5 View commit details
    Browse the repository at this point in the history
  4. refactor model init + load

    davidkoski committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6416937 View commit details
    Browse the repository at this point in the history
  5. working on Qwen2VL

    davidkoski committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    50ee376 View commit details
    Browse the repository at this point in the history
  6. checkpoint

    davidkoski committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f17d3f8 View commit details
    Browse the repository at this point in the history
  7. finished vision model

    davidkoski committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5ffe9b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    29b84b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    231dafe View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. remove unused files

    davidkoski committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f2d2772 View commit details
    Browse the repository at this point in the history
  2. checkpoint

    davidkoski committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7e1b659 View commit details
    Browse the repository at this point in the history