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

[Python] Implemented Hugging Face Model Handler #26632

Merged
merged 29 commits into from
Jul 24, 2023

Commits on May 10, 2023

  1. automodel first pass

    riteshghorse committed May 10, 2023
    Configuration menu
    Copy the full SHA
    06af6b7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. new model

    riteshghorse committed May 16, 2023
    Configuration menu
    Copy the full SHA
    416166d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 23, 2023

  1. add model_class param

    riteshghorse committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    df87366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4da7edd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. update doc comments

    riteshghorse committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    025cc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf7a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c671ab View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    abaeb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e1cf3 View commit details
    Browse the repository at this point in the history
  3. fix lints

    riteshghorse committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4177c09 View commit details
    Browse the repository at this point in the history
  4. fix import order

    riteshghorse committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6324752 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. refactor, doc, lints

    riteshghorse committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    30029d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. refactor, doc comments

    riteshghorse committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c60d312 View commit details
    Browse the repository at this point in the history
  2. change test file

    riteshghorse committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a52536f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. update types

    riteshghorse committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    496d205 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. update tox, doc, lints

    riteshghorse committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d7fd777 View commit details
    Browse the repository at this point in the history
  2. fix lints

    riteshghorse committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8544051 View commit details
    Browse the repository at this point in the history
  3. pr type

    riteshghorse committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    20b1af2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    6b7854d View commit details
    Browse the repository at this point in the history
  2. update gpu warnings

    riteshghorse committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    85014a7 View commit details
    Browse the repository at this point in the history
  3. fix pydoc

    riteshghorse committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9dff2e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. update typos, refactor

    riteshghorse committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    dc83ecd View commit details
    Browse the repository at this point in the history
  2. fix docstrings

    riteshghorse committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    441011f View commit details
    Browse the repository at this point in the history
  3. refactor, doc, lints

    riteshghorse committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f7e974c View commit details
    Browse the repository at this point in the history
  4. pydoc

    riteshghorse committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    467e5dd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. fix pydoc

    riteshghorse committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1a022d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

    riteshghorse committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4bdab80 View commit details
    Browse the repository at this point in the history