Aaron Pham
Aaron Pham
### Feature request cleanup some implementation for PandasDataFrame as well. ### Motivation _No response_ ### Other _No response_
### Feature request Implement MODEL_CONTROL_MODE to be explicit and allow given model to be loaded on demand. We should also provide ability to teardown model after a period of time,...
### Describe the bug Transformers `save_model` currently check for task_name and task_definition to be not None to pickle custom pipelines. This behaviour should be consistent with load_model ### To reproduce...
allow user to fallback to `v1alpha1` with ```bash bentoml serve-grpc --production --protocol-version v1alpha1 ```
### Feature request `save_model` should have the ability to add model dependencies (esp library deps) `bentoml.build` then can automatically include this into the requirements.txt ### Motivation better qol ### Other...
As Python 3.8 reaches [EOL](https://devguide.python.org/versions/), this PR would be a starting point to remove potential code branch on 3.8 only. I'm still working through all of the code, but this...
Updated ruff to 0.6.5, possible to also run `ruff check` Signed-off-by: Aaron Pham --- PR Checklist (Click to Expand) Thank you for your contribution to vLLM! Before submitting the pull...
Please do correct me if I'm wrong, but obsidian.nvim does have a default for all of these fields, so all of this can be optional. Otherwise if the following occur:...
## Description `nvim_open_win()` in fact support the following: ```lua float = {"char", ...} | {{"char", "hlgroup"}, ...} ``` I have only tested this on 0.10+ and nightly build, so I'm...