Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bentoml/BentoML
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.8
Choose a base ref
...
head repository: bentoml/BentoML
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.10
Choose a head ref
  • 13 commits
  • 26 files changed
  • 7 contributors

Commits on Apr 8, 2025

  1. doc: Update saml.rst (#5309)

    Update saml.rst
    bojiang authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    1d124eb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. docs: Add template arg doc (#5311)

    * Add template arg docs
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    * Add args in bentofile.yaml file doc
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    ---------
    
    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] authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    9fe335c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. chore: update gpu_type for supported GPU on bentocloud (#5312)

    chore: update placeholder
    
    Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
    aarnphm authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    ed2a701 View commit details
    Browse the repository at this point in the history
  2. doc: rename PythonImage to Image (#5313)

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    086e552 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. docs: add monitoring API tokens section to manage-api-tokens.rst (#5316)

    * docs: add monitoring API tokens section to manage-api-tokens.rst
    
    * Word nitpicking
    
    ---------
    
    Co-authored-by: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com>
    Haivilo and Sherlock113 authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    b343ee3 View commit details
    Browse the repository at this point in the history
  2. feat: show fastapi routes in playground ui (#5314)

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    b9f63e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316d60c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. fix: Merge command line args with the ones in the config file (#5317)

    * fix: Merge command line args with the ones in the config file
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    1ba68e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. doc: add examples of bentoml deploy for bento args (#5318)

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    e1cc943 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. fix: usage tracking for bentoml build (#5321)

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    c9593af View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. revert: "feat: show fastapi routes in playground ui" (#5323)

    Revert "feat: show fastapi routes in playground ui (#5314)"
    
    This reverts commit b9f63e6.
    frostming authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    a287ebc View commit details
    Browse the repository at this point in the history
  2. fix: only regard the positional arg as build ctx if it is a local dir (

    …#5322)
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    5d9f685 View commit details
    Browse the repository at this point in the history
  3. fix: make sure to use self.args in with_defaults (#5324)

    * fix: make sure to fill in override args in with_defaults
    
    Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
    
    * fix: correctly set args
    
    Signed-off-by: Frost Ming <me@frostming.com>
    aarnphm authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    54235e8 View commit details
    Browse the repository at this point in the history
Loading