BentoML icon indicating copy to clipboard operation
BentoML copied to clipboard

The easiest way to serve AI apps and models - Build reliable Inference APIs, LLM apps, Multi-model chains, RAG service, and much more!

Results 312 BentoML issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently there is not too much visibility for the user to visualize or to understand how BentoML's micro-batching works. having...

feature

**Is your feature request related to a problem? Please describe.** Supports for some Jax-based frameworks, such as [Flax](https://github.com/google/flax), [Trax](https://github.com/google/trax), DM-Haiku to BentoML **Describe the solution you'd like** *WIP* and will...

feature
help-wanted

Tracking issue for small cleanup fixes we should make sure we do after 1.0; will add to this list as we think of more things. - [ ] More structured...

## Description - I added `Parameters` in the POST method to use a variable URL. ![Screenshot from 2022-04-14 02-10-23](https://user-images.githubusercontent.com/96967431/163234604-5f75db21-9e2b-4457-9299-2ff012e575ee.png) ![Screenshot from 2022-04-14 02-18-47](https://user-images.githubusercontent.com/96967431/163235382-2cfadf63-be6e-476f-9d98-6ed0b23d352a.png) ![Screenshot from 2022-04-14 02-13-56](https://user-images.githubusercontent.com/96967431/163234613-67f26a85-acb6-4b4e-af4a-0225ad22b2fc.png) ## Motivation and...

### Describe the bug When trying to containerize a bento with conda enable, M1 will fail due to linked library while building psutil. ### To reproduce 1. Enable conda from...

bug
help-wanted
good-first-issue

Regarding high performance of transformer models with TensorRT, would it be envisageable to adapt bentoML to work with?

feature

A large tracking issue for things that should probably have specific error messages and suggested fixes: - [ ] Passing a non-supported type to / from runners via DataContainer -...

documentation

We should have good docs for using BentoML with various testing frameworks.

Provide supports for ONNXMlir as a first-class citizen TODO: - [x] Use provided docker container for compilation - [x] provides envar `ONNX_MLIR_DIR` if users build ONNX_MLIR locally - [x] need...

enhancement
framework

**Describe the bug** Currently if users pass in space environment variables `BuildConfig` wouldn't be able to process it accordingly ```yaml service: "service.py:svc" env: my space: 1 ENV: hello world ```...

bug