Bentoml

Latest version: v1.2.18

Safety actively analyzes 638845 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 21

1.2.0a4

What's Changed
* fix: make client timeout consistent with service config by frostming in https://github.com/bentoml/BentoML/pull/4425
* fix: fix env in deploy and create error msg by FogDong in https://github.com/bentoml/BentoML/pull/4426
* fix: port reservation causes bind error on Windows by frostming in https://github.com/bentoml/BentoML/pull/4427
* fix: add more status check in wait until ready by FogDong in https://github.com/bentoml/BentoML/pull/4428
* fix: use spinner log instead of console log by FogDong in https://github.com/bentoml/BentoML/pull/4429
* fix: add config dict to cli by FogDong in https://github.com/bentoml/BentoML/pull/4424
* docs: Add client and use case docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4430
* fix(sdk): snake case bento names by bojiang in https://github.com/bentoml/BentoML/pull/4431
* docs: Add SDXL turbo use case by Sherlock113 in https://github.com/bentoml/BentoML/pull/4433
* docs: Update readme doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4409


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.0a3...v1.2.0a4

1.2.0a3

What's Changed
* fix(server): start-http-server for v1.0 bentos by bojiang in https://github.com/bentoml/BentoML/pull/4421
* fix: refactor cli & sdk for deployment by FogDong in https://github.com/bentoml/BentoML/pull/4419
* fix: fix get bento from cloud by FogDong in https://github.com/bentoml/BentoML/pull/4423
* fix: change entry_service to optional by xianml in https://github.com/bentoml/BentoML/pull/4422


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.0a2...v1.2.0a3

1.2.0a2

What's Changed
* feat: allow url as file input by frostming in https://github.com/bentoml/BentoML/pull/4411
* fix(sdk): validate service name; force lowercase by bojiang in https://github.com/bentoml/BentoML/pull/4414
* refactor(bento): add entry_service to bento info by bojiang in https://github.com/bentoml/BentoML/pull/4417
* fix: set content type from annotation by frostming in https://github.com/bentoml/BentoML/pull/4416
* fix(server): include system headers by bojiang in https://github.com/bentoml/BentoML/pull/4418
* fix: loading service from an absolute path by frostming in https://github.com/bentoml/BentoML/pull/4415
* docs: Add BLIP, CLIP, and sentence embedding use cases by Sherlock113 in https://github.com/bentoml/BentoML/pull/4420


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.0a1...v1.2.0a2

1.2.0a1

What's Changed
* fix(docs): remove eager type evaluation for python 3.8 on openllm examples by aarnphm in https://github.com/bentoml/BentoML/pull/4393
* docs: fix typo in tritonserver_type parameter and code example by ilyahabr in https://github.com/bentoml/BentoML/pull/4394

New Contributors
* ilyahabr made their first contribution in https://github.com/bentoml/BentoML/pull/4394

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.2.0a0...v1.2.0a1

1.2.0a0

What's Changed
* feat: add preview feature for output by jinyang1994 in https://github.com/bentoml/BentoML/pull/4319
* feat: add feature for form validation by jinyang1994 in https://github.com/bentoml/BentoML/pull/4322
* fix: example and bento config by FogDong in https://github.com/bentoml/BentoML/pull/4324
* fix: set wrong default value when type is array by jinyang1994 in https://github.com/bentoml/BentoML/pull/4332
* feat: add v2 config and json override env by FogDong in https://github.com/bentoml/BentoML/pull/4331
* feat: config override by frostming in https://github.com/bentoml/BentoML/pull/4334
* feat: models.save api and tests by MingLiangDai in https://github.com/bentoml/BentoML/pull/4307
* fix: fix config migration by FogDong in https://github.com/bentoml/BentoML/pull/4341
* fix: async api call by xianml in https://github.com/bentoml/BentoML/pull/4349
* fix(config): typo on override by Haivilo in https://github.com/bentoml/BentoML/pull/4351
* feat: reorganize the new SDK package by frostming in https://github.com/bentoml/BentoML/pull/4337
* feat: support .python-version symlink by aarnphm in https://github.com/bentoml/BentoML/pull/4354
* feat: add loading status when form is submitting by jinyang1994 in https://github.com/bentoml/BentoML/pull/4361
* feat: add e2e tests for new SDK by frostming in https://github.com/bentoml/BentoML/pull/4352
* fix(with_config): annotate return type by aarnphm in https://github.com/bentoml/BentoML/pull/4355
* Chore: add supported gpu type by xianml in https://github.com/bentoml/BentoML/pull/4363
* fix(config): make sure to escape quotation for migration of services config by aarnphm in https://github.com/bentoml/BentoML/pull/4369
* fix(sdk): identify async by original func by bojiang in https://github.com/bentoml/BentoML/pull/4370
* chore(bento.yaml): move fields into services by bojiang in https://github.com/bentoml/BentoML/pull/4372
* fix: add services in manifest by FogDong in https://github.com/bentoml/BentoML/pull/4373
* chore(sdk): envs in bentofile by bojiang in https://github.com/bentoml/BentoML/pull/4378
* chore(cloud): include envs in manifest by bojiang in https://github.com/bentoml/BentoML/pull/4379
* chore: cherry-pick SSE utils into 1.2 branch by aarnphm in https://github.com/bentoml/BentoML/pull/4375
* fix: correct 1.2 model list and tag format when pushing bento by Haivilo in https://github.com/bentoml/BentoML/pull/4381
* feat: Update the bento yaml schema by frostming in https://github.com/bentoml/BentoML/pull/4371
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4382
* chore(sdk): able to specify service name by bojiang in https://github.com/bentoml/BentoML/pull/4377
* feat(bentocloud): deployment v2 api client + cli by Haivilo in https://github.com/bentoml/BentoML/pull/4335
* chore(deps): bump github/codeql-action from 2 to 3 by dependabot in https://github.com/bentoml/BentoML/pull/4343
* feat(sdk): use attribute chain as dependency import string by frostming in https://github.com/bentoml/BentoML/pull/4385
* chore(example): change name to avoid conflict by bojiang in https://github.com/bentoml/BentoML/pull/4387
* refactor(impl): 1.2 loader by bojiang in https://github.com/bentoml/BentoML/pull/4388
* fix: refactor deployment v2 client and cli by FogDong in https://github.com/bentoml/BentoML/pull/4383


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.1.11...v1.2.0a0

1.1.11

Bug fixes

- Fix streaming for long payloads on remote runners. It will now always yield text and follow SSE protocol. We also provide `SSE` utils:
python
import bentoml
from bentoml.io import SSE

class MyRunnable(bentoml.Runnable):
bentoml.Runnable.method()
def streaming(self, text):
yield "data: 1\n\n"
yield "data: 12222222222222222222222222222\n\n"

runner = bentoml.Runner(MyRunnable)

svc = bentoml.Service("service", runners=[runner])

svc.api()
def infer(text):
result = 0
async for it in runner.streaming.async_stream(text):
payload = SSE.from_iterator(it)
result += int(payload.data)
return result


What's Changed
* docs: Add BentoCloud payment doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4286
* docs: update quickstart with OpenLLM by aarnphm in https://github.com/bentoml/BentoML/pull/4295
* fix(docs): correct server implementation by aarnphm in https://github.com/bentoml/BentoML/pull/4297
* docs: Remove bill void status by Sherlock113 in https://github.com/bentoml/BentoML/pull/4299
* docs: Update LLM quickstart format and wording by Sherlock113 in https://github.com/bentoml/BentoML/pull/4300
* fix: citation link at `README.md` by shenxiangzhuang in https://github.com/bentoml/BentoML/pull/4301
* fix(transformers): support `trust_remote_code` and added unit tests by MingLiangDai in https://github.com/bentoml/BentoML/pull/4271
* docs: Add Bento Deployment details docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4304
* test: remove outdated tests with pretrained_class parameter by MingLiangDai in https://github.com/bentoml/BentoML/pull/4308
* fix: Updated starlette to >= 0.24.0 by jakthra in https://github.com/bentoml/BentoML/pull/4306
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4316
* fix: syntax error on code snippet in bentoml.onnx.save_model docs by lucasew in https://github.com/bentoml/BentoML/pull/4323
* chore(deps): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/bentoml/BentoML/pull/4329
* docs: fixed typo in file name benchmark README.md by gazon1 in https://github.com/bentoml/BentoML/pull/4342
* fix(stream): streaming enable to work with proxy by jianshen92 in https://github.com/bentoml/BentoML/pull/4330
* docs: fix typo in frameworks transformers guide by IbrahimAmin1 in https://github.com/bentoml/BentoML/pull/4360
* chore(sse): refactor sse utils with efficient buffering by bojiang in https://github.com/bentoml/BentoML/pull/4362
* fix(runner): fix DataFrame container header too long by larme in https://github.com/bentoml/BentoML/pull/4364
* chore(generated): new stubs for proto 4 by aarnphm in https://github.com/bentoml/BentoML/pull/4374

New Contributors
* shenxiangzhuang made their first contribution in https://github.com/bentoml/BentoML/pull/4301
* jakthra made their first contribution in https://github.com/bentoml/BentoML/pull/4306
* lucasew made their first contribution in https://github.com/bentoml/BentoML/pull/4323
* gazon1 made their first contribution in https://github.com/bentoml/BentoML/pull/4342
* IbrahimAmin1 made their first contribution in https://github.com/bentoml/BentoML/pull/4360

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.1.10...v1.1.11

Page 5 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.