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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeout for signature/requirement inference during Transformer model logging. #11037

Merged
merged 15 commits into from Feb 8, 2024

Commits on Feb 7, 2024

  1. Add timeout to signature inference for Transformer models

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    205e53b View commit details
    Browse the repository at this point in the history
  2. Fix for signature inference

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    164c857 View commit details
    Browse the repository at this point in the history
  3. Add timeout to pip requirement inference for Transformer models

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    29855c8 View commit details
    Browse the repository at this point in the history
  4. Update comment

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4fec32c View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    11660c1 View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    956255c View commit details
    Browse the repository at this point in the history
  7. fix

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fb61909 View commit details
    Browse the repository at this point in the history
  8. fix rebase issue

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    05de8b7 View commit details
    Browse the repository at this point in the history
  9. make timeout comfigurable

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    64d60b3 View commit details
    Browse the repository at this point in the history
  10. increase default timeout

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    88c360b View commit details
    Browse the repository at this point in the history
  11. lint

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    114a6eb View commit details
    Browse the repository at this point in the history
  12. Set env var earlier

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    186d493 View commit details
    Browse the repository at this point in the history
  13. feedback

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ca93374 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. change error handling for signature infernece

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    579bf61 View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c92e64b View commit details
    Browse the repository at this point in the history