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 Llama-3.2-vision & Resize image #83

Merged
merged 17 commits into from
Oct 17, 2024
Merged

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    2f90696 View commit details
    Browse the repository at this point in the history
  2. add llama-3.2-vision

    Blaizzy committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7e77301 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. doesn't support multi-image

    Blaizzy committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    cf26ab8 View commit details
    Browse the repository at this point in the history
  2. add LM output abstraction

    Blaizzy committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4d6a5d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ca43f3 View commit details
    Browse the repository at this point in the history
  4. add tests

    Blaizzy committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    badb06a View commit details
    Browse the repository at this point in the history
  5. formatting

    Blaizzy committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1642689 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. update lora docs

    Blaizzy committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b19b79b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. use nn.rmsnorm (fix nan loss)

    Blaizzy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    31d8a68 View commit details
    Browse the repository at this point in the history
  2. add image resize

    Blaizzy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    627fe1c View commit details
    Browse the repository at this point in the history
  3. add img resize

    Blaizzy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    39985e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f18c9a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    71099f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee5844 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. removing np code

    Blaizzy committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b6e6d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a1a02 View commit details
    Browse the repository at this point in the history
  3. remove numpy

    Blaizzy committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    847b6f7 View commit details
    Browse the repository at this point in the history