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 llamatune checks with quantized values #814

Merged

Commits on Jul 17, 2024

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

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    57fde9c View commit details
    Browse the repository at this point in the history
  2. Update azure credentials to be more flexible (microsoft#787)

    These changes are mainly to add flexibility to the auth service in
    supporting azure authenticating via:
    
    - A personal identity via az CLI for the local dev environment. This
    will still run into expiring issues, but is probably fine for local dev.
    - A personal or managed identity in an azure hosted environment. The
    flexibility to use the managed identity allows us to avoid the expiring
    issue without needing a separate SP, key-vault and cert setup, aligning
    with new security recommendations.
    
    ---------
    
    Co-authored-by: Eu Jing Chua <eujingchua@microsoft.com>
    Co-authored-by: Sergiy Matusevych <sergiym@microsoft.com>
    3 people authored and bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b58236f View commit details
    Browse the repository at this point in the history
  3. Fix mypy 1.11 warnings (microsoft#809)

    Mypy got updated to v 1.11 recently
    We need these mypy fixes to make other PRs pass the CI tests
    motus authored and bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8034458 View commit details
    Browse the repository at this point in the history
  4. Fix the coercion of scores to floats in the optimizer (microsoft#789)

    Closes microsoft#785 
    
    Also, add more unit tests to make sure the optimizer handles string
    inputs correctly.
    
    ---------
    
    Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
    motus and bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ca898ed View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'sergiy/sergiym/opt/llamatune_inv' into …

    …sergiym/opt/llamatune_inv
    bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f57d480 View commit details
    Browse the repository at this point in the history
  6. comments

    bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    13fb61f View commit details
    Browse the repository at this point in the history
  7. comments

    bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f02411a View commit details
    Browse the repository at this point in the history
  8. apply the q_scaler

    bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b4d5007 View commit details
    Browse the repository at this point in the history
  9. more tweaks

    bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e0e3b30 View commit details
    Browse the repository at this point in the history
  10. more fixups

    bpkroth committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1a44544 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. reorg to make pylint happier

    bpkroth committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ceebf90 View commit details
    Browse the repository at this point in the history
  2. add a todo comment

    bpkroth committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    abcfafa View commit details
    Browse the repository at this point in the history
  3. format

    bpkroth committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c7167de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdd71e1 View commit details
    Browse the repository at this point in the history
  5. Also validate the other side

    bpkroth committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    60bd4f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef06e8c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

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

Commits on Aug 8, 2024

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

Commits on Aug 15, 2024

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

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    b56ba23 View commit details
    Browse the repository at this point in the history
  2. Add back the quantization for LlamaTune unit tests (#59)

    * move monkey_patch_quantization and its unit tests to mlos_core
    
    * SMAC suggests slightly different config now
    motus authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b3850c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b502b28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7583d43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce0fd04 View commit details
    Browse the repository at this point in the history