-
**Describe the bug**
I first upgraded my yatai-service from 0.9.2 to 0.10.1.
Then upgraded my traning pipeline to 0.10.1 - It worked flawlessly and stored newer versions of Model into S3 storage.
I…
-
**Is your feature request related to a problem? Please describe.**
See related discussions here: https://github.com/bentoml/BentoML/discussions/927
**Describe the solution you'd like**
Add a …
-
I am deploying my model to AWS ECS via BentoML, and have followed the [deployment guide](https://docs.bentoml.org/en/latest/deployment/aws_ecs.html) for this. The problem I have is that my model requi…
-
**Describe the bug**
When i am trying to save a keras model artifacts i get the following error
```bash
AttributeError: 'Functional' object has no attribute '_make_predict_function'
```
**To …
-
when trying to save the bundle to GCS backend. this error is popping up.
error: Error adding BentoService bundle to repository: INTERNAL:Not able to get pre-signed URL on GCS. Error: string index ou…
-
I want to download and install the Resnet50 model from the ONNX model Zoo.
https://github.com/onnx/models/blob/master/vision/classification/resnet/model/resnet50-v2-7.onnx
I want to load and the…
-
**Describe the bug**
ERROR: Invalid requirement: './bundled_pip_dependencies/*'
Hint: It looks like a path. File './bundled_pip_dependencies/*' does not exist.
**To Reproduce**
![image](http…
-
**Describe the bug**
Run demo with --enable-microbatch
serve PyTorchFashionClassifier:latest --enable-microbatch
**To Reproduce**
serve PyTorchFashionClassifier:latest --enable-microbatch
**E…
-
**Describe the bug**
IrisClassifier fails to start in OpenShift with Error creating bentoml home directory '/bentoml'
```
k get po
NAME READY STATUS …
aslom updated
3 years ago
-
**Describe the bug**
Essentially, an `environment.yml` file will be produced no matter what (even if `conda_dependencies=None`). If this is used in conjunction with a base docker image that has conda…