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

Support for env value for GPTQ_BITS and GPTQ_GROUPSIZE. #580

Merged
merged 2 commits into from
Jul 12, 2023

Commits on Jul 11, 2023

  1. Support for env value for GPTQ_BITS and GPTQ_GROUPSIZE.

    Some models are already converted, and do not have those values in the
    file, this enables users to use them with less friction.
    
    Went for pure env based because adding flags would end up (imo) very
    tedious to maintain. There's a lot of sanitation to do: those flags
    would be errors if not used in conjuction with `--quantize gptq`.
    Then the flags need to exist in the launcher and the server passing them
    all throughout all function calls.
    
    This PR is intended as an easy escape hatch, not the defacto method to
    use gptq in TGI.
    Narsil committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1b7b91a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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