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

feat: Dynamic Service creation #4498

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Jan 30, 2024

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

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    a28891d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8299fd5 View commit details
    Browse the repository at this point in the history
  3. Missing checks

    holzweber committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    fda3a5f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix(sdk): current directory for built bentos (bentoml#4505)

    * fix: current directory
    
    * fix
    
    * fix
    
    * fix
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    bojiang and pre-commit-ci[bot] committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b346b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c52c7b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. doc: Add the lcm lora use case doc (bentoml#4510)

    * Add the lcm lora use case doc
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    * Fix space
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    ---------
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    259383d View commit details
    Browse the repository at this point in the history
  2. fix(sdk): clean bentoml version (bentoml#4511)

    * fix(sdk): clean bentoml version
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    bojiang and pre-commit-ci[bot] committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ad0d485 View commit details
    Browse the repository at this point in the history
  3. fix: bug: Dataframes not serializing correctly in the new API (bentom…

    …l#4491)
    
    Fixes bentoml#4489
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6c2ac38 View commit details
    Browse the repository at this point in the history
  4. docs: Update the get started docs (bentoml#4513)

    Update the get started docs
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    89adfb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da08bfa View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. docs: Add client code examples without context manager (bentoml#4512)

    * Add client code examples without context manager
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Sherlock113 and pre-commit-ci[bot] committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    71c483f View commit details
    Browse the repository at this point in the history
  2. docs: Update docs (bentoml#4515)

    Update docs
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2ed9108 View commit details
    Browse the repository at this point in the history
  3. docs: Add authorization docs (bentoml#4517)

    Add authorization docs
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b1557bf View commit details
    Browse the repository at this point in the history
  4. docs: Change sample input to one line (bentoml#4518)

    Change sample input to oneline
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    504ff63 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. docs: Update ControlNet use case docs (bentoml#4519)

    * Update ControlNext use case docs
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Sherlock113 and pre-commit-ci[bot] committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b64ce64 View commit details
    Browse the repository at this point in the history
  2. docs: Update the distributed services and get started docs (bentoml#4521

    )
    
    Update the distributed services and get started docs
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ed91f8a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. refactor(cli): make CLI commands available as modules (bentoml#4487)

    * feat(cli): make CLI commands avaiable as modules
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: handle bentoml group
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: simply aliases
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: rename bento_command
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    ---------
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7b0b0e6 View commit details
    Browse the repository at this point in the history
  2. docs: Refactor BentoCloud docs (bentoml#4525)

    * Refactor BentoCloud docs
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Sherlock113 and pre-commit-ci[bot] committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    69b8a29 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    b7169c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc86bc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fc21a1 View commit details
    Browse the repository at this point in the history
  4. Missing checks

    holzweber committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    cc20f20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f8a01f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. added dynamic service

    holzweber committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0ed2ab5 View commit details
    Browse the repository at this point in the history
  2. ci: auto fixes from pre-commit.ci

    For more information, see https://pre-commit.ci
    pre-commit-ci[bot] committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    05fa5a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. added services with type()

    holzweber committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3bc355d View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    holzweber committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c2fbcfc View commit details
    Browse the repository at this point in the history
  3. ci: auto fixes from pre-commit.ci

    For more information, see https://pre-commit.ci
    pre-commit-ci[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9a42ea0 View commit details
    Browse the repository at this point in the history