Mikhail Kravets
Mikhail Kravets
Hello! Is there in plans the implementations of tensor algebra elements?
Hi, I was teaching students how to code with Python and used Ron Swanson Quotes API as an example. And that's how [Ron Swanson Python Client](https://github.com/MikhailKravets/ron-swanson-client/) was born 😄 So,...
Hello! I've found the next problem with the docker secrets. ### Problem Description I've updated my AWS ECR registry password. Now I recreate `yatai-regcred` secret in `yatai` namespace ```shell kubectl...
I have an existing AWS ECR repository. When I deploy a bento through Yatai Dashboard, `yatai-bento-image-builder...` pod (`builder` container) returns an error ```shell 2023-05-29T12:04:29.675286076Z error checking push permissions -- make...
I set up `minikube` cluster with the local private container registry following the instructions [Yatai. 3. Prepare Container Registry](https://docs.bentoml.org/projects/yatai/en/latest/installation/yatai_image_builder.html#prepare-container-registry). Then I want to deploy a model which uses `nvcr.io/nvidia/tritonserver:23.04-py3` as...
**Is your feature request related to a problem? Please describe.** I don't see any possibility to install [python_backend](https://github.com/triton-inference-server/python_backend#python-backend) locally (with `pip` for example). It makes hard to debug the code....
/kind bug **What steps did you take and what happened:** I use scaling to zero functionality of Knative. The first request to the model (when the Pod must be created)...