Aaron Pham
Aaron Pham
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...
**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 ```...
As I was working with cattrs recently, I notice there are some places where annotations are still missing. Hopefully this PR address most of the popular API to be annotated.
It is possible to provide direct 1-to-1 mapping for all buildx arguments as right now `nixpacks` is calling docker buildx under the hood. This essentially provides the full functionality of...
I just wonder whether there will support for gigabyte aero 15W keyboard?
- remove docker python dependencies in light for using docker binary - in sync with requirements for pyyaml with bentoml upstream Signed-off-by: Aaron Pham
TODO: - performance tuning - pros and cons of gRPC
## What does this PR address? This PR updates default tutorial with how to run BentoML with gRPC. Additionally, this PR update installation guides on how people can install and...
Signed-off-by: Aaron Pham ## What does this PR address? Fixes #2991 Depends on #2984 ## Before submitting: - [ ] Does the Pull Request follow [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary) naming? Here...
Seems like pyproject.toml is what the Steering council is pushing forward (With the merge of [tomllib(PEP680)](https://peps.python.org/pep-0680/) to stdlib). We will once settle all changes related to python packaging. This PR...