bojiang

Results 8 issues of bojiang

solution: * only allow scheduling_strategy to control the env variables * setting up environ before importing bentoml WARNING: a breaking change for a not documented public API `custom scheduler`

https://unix.stackexchange.com/questions/67158/crontab-entry-with-hour-range-going-over-midnight

Some use cases: ### 1. override one value assign a gpu for a runner > ```BENTOML_CONFIG_OPTIONS='runners.pytorch_mnist.resources."nvidia.com/gpu"=1' bentoml serve pytorch_mnist_demo --production``` equal to ``` runners: pytorch_mnist: resources: nvidia.com/gpu: 1 ``` ###...

# What does this PR do? As is. ## Test Plan Doc only ## Sources [repo](https://github.com/bentoml/openllm) ## Before submitting - [x] This PR fixes a typo or improves the docs...

CLA Signed