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

[Model] Add support for H2OVL-Mississippi models #9747

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

Commits on Oct 31, 2024

  1. initial commit for h2ovl-mississippi models

    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0dfe3c6 View commit details
    Browse the repository at this point in the history
  2. added offline examples

    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    98dd99c View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    87728ca View commit details
    Browse the repository at this point in the history
  4. Refactor code to eliminate duplicate implementations and avoid redund…

    …ant image preprocessing calls
    
    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    20f2858 View commit details
    Browse the repository at this point in the history
  5. expose use_MSAC for image_pixel_values_mapper

    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b137663 View commit details
    Browse the repository at this point in the history
  6. added tests for image preprocessing and model output

    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ca16ecd View commit details
    Browse the repository at this point in the history
  7. sync to the latest and fix the tests for h2ovl

    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0473d10 View commit details
    Browse the repository at this point in the history
  8. fixed format

    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    eb58216 View commit details
    Browse the repository at this point in the history
  9. format checked by format.sh

    Signed-off-by: Shanshan Wang <shanshan.wang@h2o.ai>
    cooleel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5c2ed33 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49952d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. run yapf alone

    Signed-off-by: Roger Wang <ywang@roblox.com>
    ywang96 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    25a1a5b View commit details
    Browse the repository at this point in the history
  2. workaround yapf

    Signed-off-by: Roger Wang <ywang@roblox.com>
    ywang96 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e8d8a1a View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Roger Wang <ywang@roblox.com>
    ywang96 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    cb3bc8b View commit details
    Browse the repository at this point in the history