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 LLaVA Support #484

Merged
merged 44 commits into from
Jul 5, 2024
Merged

Add LLaVA Support #484

merged 44 commits into from
Jul 5, 2024

Commits on Jun 14, 2024

  1. first commit

    chenwanqq committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    301a829 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. continue construction

    chenwanqq committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5bf944b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    cf516ec View commit details
    Browse the repository at this point in the history
  2. continue working

    chenwanqq committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0a4e601 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'llava' of https://github.com/chenwanqq/mistral.rs into …

    …llava
    
    continue working
    chenwanqq committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3f188a0 View commit details
    Browse the repository at this point in the history
  4. finish models

    chenwanqq committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    975347e View commit details
    Browse the repository at this point in the history
  5. keep working

    chenwanqq committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cb7833b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. keep working

    chenwanqq committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    18ed03f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9572f89 View commit details
    Browse the repository at this point in the history
  3. keep working

    chenwanqq committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    81851fe View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. meet serious problem

    chenwanqq committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ac3de15 View commit details
    Browse the repository at this point in the history
  2. debugging

    chenwanqq committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    93aadda View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. debugging

    chenwanqq committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ba1a398 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    b3b46e2 View commit details
    Browse the repository at this point in the history
  2. debugging

    chenwanqq committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6bdf529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ede233d View commit details
    Browse the repository at this point in the history
  4. restore inrelate codes

    chenwanqq committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    04161ef View commit details
    Browse the repository at this point in the history
  5. restore change

    chenwanqq committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f7a619b View commit details
    Browse the repository at this point in the history
  6. finish llama-llavanext

    chenwanqq committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ac268d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    eab6de2 View commit details
    Browse the repository at this point in the history
  2. modify code structure

    chenwanqq committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c87db09 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. update llava1.5

    chenwanqq committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    da84418 View commit details
    Browse the repository at this point in the history
  2. add some examples and docs

    chenwanqq committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    376343b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3768c5b View commit details
    Browse the repository at this point in the history
  4. update some deps

    chenwanqq committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    86219a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ffafa1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bf1b59 View commit details
    Browse the repository at this point in the history
  7. fmt

    chenwanqq committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6c8126c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    106b23c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    bcae4ad View commit details
    Browse the repository at this point in the history
  2. add moe support

    chenwanqq committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6b3fb78 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    2262e95 View commit details
    Browse the repository at this point in the history
  2. rust fmt

    chenwanqq committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7543319 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. update image tag

    chenwanqq committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d5bd3f8 View commit details
    Browse the repository at this point in the history
  2. typo

    chenwanqq committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    51ffe76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03cd36d View commit details
    Browse the repository at this point in the history
  4. add anymoe for llava

    chenwanqq committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a2c1e72 View commit details
    Browse the repository at this point in the history
  5. delete redundant image

    chenwanqq committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e5eaf85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb7d4a1 View commit details
    Browse the repository at this point in the history
  7. Add fromstr impl

    EricLBuehler committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7d1ae69 View commit details
    Browse the repository at this point in the history
  8. Fix examples

    EricLBuehler committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    00d3618 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    e636a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4f76f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ee9a1 View commit details
    Browse the repository at this point in the history