-
I deployed the default model(iris_clf) provided by bentoml to yatai with the command below, but the model status is failed, how can I fix it?
uploaded model
```
git clone https://github.com/bento…
-
### Describe the bug
I am trying to create a service using the quickstart guide and getting issues around sklearn -
```
Error: [cli] `build` failed: sklearn is required in order to use the modul…
-
Does Model DB (not the Verta platform) provide model serving? I mean: Does it build a REST API for the models, similar to e.g. BentoML?
-
# 내용
현재 이미지 Job 빌드 과정 중 docker socket을 사용하여 빌드하고 있습니다. 그러나 현재 EC2 인스턴스에는 도커가 설치되어 있지 않기 때문에 프로비저닝을 할 필요가 있어보입니다. 혹은 Kaniko 컨테이너 파드를 사용하여 빌드를 할 지 결정을 해야할 거 같습니다.
```
final Job job = new J…
-
**Describe the bug**
If a hierarchical pydantic model is used, e.g.
```
from bentoml.io import JSON
from pydantic import BaseModel
class MyType(BaseModel):
my_value: int
class MyRequest…
-
It will be helpful to have a conda installation option. Although you could publish the library in your own channel at Anaconda, when other libraries depend on your library and they want to make theirs…
-
Hello,
I have two related problems with torchscript compilation from `torch_neuron` package. It seems that all is static as the `batch_size` and `padding_length` for the tokenizer. Whenever, I want…
-
I use PytorchLightningModelArtifact.
I get this problem:
```
Python builtin is currently not supported in Torchscript:
File "/opt/anaconda3/envs/bento/lib/python3.7/site-packages/efficientnet_…
-
I just saw that you have created a pre-release [1.0.0-rc0](https://github.com/bentoml/BentoML/releases/tag/v1.0.0-rc0), with quite a few changes. As I am quite interested in using bentoml as a framewo…
-
**Describe the bug**
BentoML not working with save model command and even build command on cli
**To Reproduce**
Steps to reproduce the issue:
1. Go to 'anaconda prompt'
2. Write on 'pip in…