BentoML
BentoML copied to clipboard
chore(container): install uv directly to container
- fix: stop spinner before starting to stream logs (#4846)
- docs: Add azure byoc setup doc (#4847)
- Update azure.rst
- docs: Update the BYOC architecture image (#4848)
- fix: fix error message with trace id (#4853)
- doc: locking (#4850)
- fix(containerize): command to create group and user in alpine base image (#4855)
- fix: encode special charaters in path (#4854)
- doc: locking for platform (#4858)
- fix: correct the params passed to keras.save_model (#4857)
- fix: change forbid extra keys to false for bentocloud (#4866)
- feat(dev): 1.3 (#4849)
- fix: delete cluster and ns if it is first cluster (#4869)
- fix: auto login confirm ask logic (#4864)
- fix: secret default value (#4870)
- fix: fix typo in error msg (#4871)
- docs: Add 2 examples (#4872)
- docs: update theme to match branding (#4874)
- docs: Add task doc (#4873)
- fix: set prometheus env before importing service (#4875)
- docs: Add API docs (#4877)
- fix: inject prometheus env from arbiter (#4878)
- fix: Don't run bentoml.build_bentofile in subprocess (#4876)
- docs: update azure byoc instructions (#4881)
- docs(azure): update azure byoc instructions (#4882)
- fix(framework): transformers vs 1.3.0 "TypeError: init() got an unexpected keyword argument 'task'" (#4880)
- fix: silence git output (#4883)
- fix: surface config error on bento build (#4888)
- docs: Refactor tasks doc (#4890)
- Docs: Sync the BYOC doc with blog and update BentoCloud guides index page (#4891)
- fix: move user setup to base template to make custom base image work (#4893)
- fix: Cannot define custom duration histogram buckets via
@bentoml.service(metrics=...)(#4895) - fix: press text (#4898)
- ci: pre-commit autoupdate (#4897)
- docs: Update doc images (#4901)
- fix: fix resource type (#4904)
- fix: direct return response if tracer id is null (#4899)
- docs: update azure byoc instructions (#4905)
- fix: metrics duration defined with min,max,factor not taking effect (#4903)
- refactor: store the cloud context into the container instead of passing it around (#4907)
- docs: Update README.md (#4906)
- docs: Update messages (#4910)
- docs: Update index.rst (#4913)
- doc: update the HTTP behavior test instruction (#4915)
- docs: Add metrics doc (#4912)
- feat(cli): reload option for start-http-server (#4916)
- chore: update pdm.lock file witht the lock targets (#4911)
- fix(build): preserve the index url options in requirements.txt file (#4914)
- fix: try to fix the timeout test cases (#4917)
- doc: update CI status badge (#4918)
- fix(keras): compatibility with Keras 3.4.0 (#4922)
- fix(cli): do not hide output behind a spinner for building bento (#4923)
- feat: expose client url and sync client (#4925)
- fix: always preserve str and bytes when serializing (#4929)
- fix(cloud-client): raise error if multipart push fails (#4932)
- feat: Pass torch kwargs to bentoml.pytorch.load_model (#4930)
- docs: Add function calling example link (#4934)
- fix: pydantic/numpy patching causes
Cannot interpret 'numpy.float16 | numpy.float32' as a data type(#4933) - fix: uploading large files saving to disk instead of memory (#4935)
- chore: install uv directly to image
What does this PR address?
Fixes #(issue)
Before submitting:
- [ ] Does the Pull Request follow Conventional Commits specification naming? Here are GitHub's guide on how to create a pull request.
- [ ] Does the code follow BentoML's code style,
pre-commit run -ascript has passed (instructions)? - [ ] Did you read through contribution guidelines and follow development guidelines?
- [ ] Did your changes require updates to the documentation? Have you updated those accordingly? Here are documentation guidelines and tips on writting docs.
- [ ] Did you write tests to cover your changes?