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

ShareGPT4V compatibility (vision encoder only loading) #4172

Merged
merged 2 commits into from
Nov 30, 2023

Commits on Nov 22, 2023

  1. ShareGPT4 compatibility (vision encoder only loading)

    Load only a CLIP vision encoder (as supplied by ShareGPT finetunes)
    Corrects the argument parsing for --img_mean and --img_std (which were previously not parsed but attempted to access)
    Defines defaults for img_mean and img_std which are equal to the llava 1.5 CLIP encoder, so you do not have to provide them
    cmp-nct authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ab8b6f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f16b338 View commit details
    Browse the repository at this point in the history