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

Validate the configuration produced by LlamaTune inverse_transform() #806

Closed
wants to merge 12 commits into from

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