Aaron Pham

Results 107 issues of Aaron Pham

## What does this PR address? adding gRPC support for the remaining of the IO descriptor Pandas will be handled by @Proto007 Test will be with a follow up PR....

### Feature request Supporting passing custom dockerfile templates via `bentofile.yaml`: ```yaml docker: dockerfile_template: | {% extends bento_base_template %} {% block SETUP_BENTO_BASE_IMAGE %} {{ super() }} WORKDIR /tmp SHELL [ "bash",...

feature
help-wanted
good-first-issue

## What does this PR address? Adding experimental gRPC implementation for BentoServer. Creating a draft PR to better track progress. ## Before submitting: - [x] Does the Pull Request follow...

- feat: skafolding onnxmlir support - feat: onnxmlir api work in progress, put here as a draft for trying out #2693 Test will follow accordingly.

Signed-off-by: Aaron Pham added zsh completion. Ideally we want to extend click-completion, but right now click-completion is very slow and wouldn't understand how to autocomplete bento and models

### Describe the bug cc https://bentoml.slack.com/archives/CKRANBHPH/p1658494302553029 TLDR: When running `bentoml build` locally, it works as expected. However, on AzureDevOps python agent, the process seems to hang. ### To reproduce Current...

bug
from community

Currently there aren't a way to fully support torch hub. https://github.com/bentoml/BentoML/issues/2602 like this often comes up due to different torch hub imports implementation. *Proposal* Provides a `bentoml.torchhub` that create interaction...

Right now it is a pain to maintain certain packages and library dependency from different OS (alpine, debian, amazon) A proposal is to pull library and required components straight from...

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

### 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