-
Get this error when trying to execute the following code
**python deploy.py C:\Users\arunjith\bentoml\bentos\gbm_test\zzyycql7m625kthn**
bentoml list gives out the following output.
Tag …
-
I was using Yatai 0.1.4 successfully so far.
I upgraded to 0.2.1 in order to get the limits / requests fix (https://github.com/bentoml/Yatai/issues/187).
Here is how I did:
- uninstalled Yatai from…
-
**Describe the bug**
bentoml build fails with AssertionError
**To Reproduce**
* build a model following https://docs.bentoml.org/en/latest/quickstart.html#getting-started-page
* tested locall…
-
**Describe the bug**
The sklearn example available here https://docs.bentoml.org/en/latest/quickstart.html#installation fails at inference time with aiohttp error (unexpected `loop` argument). The…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
I hav…
-
When deploying bentoML service onto an AWS EC2 instance, it for now impossible to customize the docker environment such as activating microbatching via `BENTOML_ENABLE_MICROBATCH` and add further guni…
-
**Describe the bug**
The runner is trying to run `run_batch` method after loading a model saved model with `batch=False` flag.
**To Reproduce**
1- Create a simple python picklable_model exaclty …
-
**Describe the bug**
The `__init__.py` file is empty and `_version.py` file missing in the service repository. The behavior depends on the location of the service export `export_service.py` scrip…
-
**Describe the bug**
I deploy Yatai Service by a remote PostgreSQL database and local repo base,
When I use command: bentoml containerize IrisClassifier:latest -t iris-classifier --yatai-url=12…
-
**Describe the bug**
Trying to deploy to sagemaker via
`bentoml sagemaker deploy iris -b IrisClassifier:20211116135509_5F8DAE --api-name predict` returns
`Error: sagemaker deploy failed: INTERNAL…