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

Implement multimodal models (LLaVA) #3436

Merged
merged 36 commits into from Oct 12, 2023
Merged

Implement multimodal models (LLaVA) #3436

merged 36 commits into from Oct 12, 2023

Commits on Oct 2, 2023

  1. Copy the full SHA
    59aa1ac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f0e7c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e9120f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Copy the full SHA
    d37ed47 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Copy the full SHA
    8690f42 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Copy the full SHA
    94eeac3 View commit details
    Browse the repository at this point in the history
  2. fix: crlf -> lf

    monatis committed Oct 8, 2023
    Copy the full SHA
    0c2bd79 View commit details
    Browse the repository at this point in the history
  3. fix: new line at EoF

    monatis committed Oct 8, 2023
    Copy the full SHA
    204d08b View commit details
    Browse the repository at this point in the history
  4. fix: trailing whitespace

    monatis committed Oct 8, 2023
    Copy the full SHA
    95da79e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2a04d0b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Add readme

    monatis committed Oct 9, 2023
    Copy the full SHA
    444dbce View commit details
    Browse the repository at this point in the history
  2. Update readme

    monatis committed Oct 9, 2023
    Copy the full SHA
    8af7e21 View commit details
    Browse the repository at this point in the history
  3. Some cleanup

    monatis committed Oct 9, 2023
    Copy the full SHA
    54495c9 View commit details
    Browse the repository at this point in the history
  4. Are you happy editorconfig?

    monatis committed Oct 9, 2023
    Copy the full SHA
    9b0ec4d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8278a73 View commit details
    Browse the repository at this point in the history
  6. rm unused import

    monatis committed Oct 9, 2023
    Copy the full SHA
    d78e816 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4759bfd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    325d240 View commit details
    Browse the repository at this point in the history
  9. are you happy editorconfig?

    monatis committed Oct 9, 2023
    Copy the full SHA
    d75a031 View commit details
    Browse the repository at this point in the history
  10. gitignore /llava

    monatis committed Oct 9, 2023
    Copy the full SHA
    ae01c85 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5009ae9 View commit details
    Browse the repository at this point in the history
  12. add llava target to Makefile

    monatis committed Oct 9, 2023
    Copy the full SHA
    96171de View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Copy the full SHA
    d640aae View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Maybe seed is unlucky?

    monatis committed Oct 11, 2023
    Copy the full SHA
    587bde8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f1564bb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ab21587 View commit details
    Browse the repository at this point in the history
  4. are you happy editorconfig?

    monatis committed Oct 11, 2023
    Copy the full SHA
    0409ae0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f0f7834 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2bc1710 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1403d87 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. minor

    monatis committed Oct 12, 2023
    Copy the full SHA
    dc913ea View commit details
    Browse the repository at this point in the history
  2. handle default n_predict

    monatis committed Oct 12, 2023
    Copy the full SHA
    56ccf97 View commit details
    Browse the repository at this point in the history
  3. fix typo

    monatis committed Oct 12, 2023
    Copy the full SHA
    e9534ea View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    346e3c1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4bc5c9c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0bd7e69 View commit details
    Browse the repository at this point in the history