clearml-serving icon indicating copy to clipboard operation
clearml-serving copied to clipboard

ClearML - Model-Serving Orchestration and Repository Solution

Results 26 clearml-serving issues
Sort by recently updated
recently updated
newest added

My clearml serving deployment is stuck. No models are registered, ``` clearml-serving --id 7303713271b941f7a0b45760d45208dd model list clearml-serving - CLI for launching ClearML serving engine List model serving and endpoints, control...

Hey there, I just tried launching a new serving instance as our demands are growing. A few months ago I commited a change that resolved a [missing await](https://github.com/allegroai/clearml-serving/pull/55) allowing us...

Hello clearml team, Congrats on the release of `clearml-serving` V2 🎉 I really wanted to check it out, and I'm having difficulties running the basic setup and `scikit-learn` example commands...

Hi there, I have been working on deploying our inference pipeline on `clearml-serving` using the `docker-compose` approach. I've hashed out most of the issues thus far thanks to the community,...

Trying to create a custom model using Ultralytics' YoloV8, I got this message while using Postman for testing my endpoint. ![image](https://github.com/allegroai/clearml-serving/assets/16248869/e93b5ad2-f144-4b5c-90c3-d087b1c2b4d5) header: ![image](https://github.com/allegroai/clearml-serving/assets/16248869/2bd7f18c-c58c-4229-a735-424ab4ce57bb) body payload: ``` { "imgString": "base64encodedImage" }...

Have been working on model ensemble, continuing conversations from https://github.com/allegroai/clearml-serving/issues/53, just thought it may be a better idea to create new issues for different things that I find along the...

Hello! I am trying to use clearml-serving to serve my **PyTorch** pretrained model. I deploy ClearML Server and using S3 Minio on local network to store artifacts and pretrained weights....

Getting the following error when trying to deploy to ECS using docker-compose in the Kafka service: ``` Unable to canonicalize address clearml-serving-zookeeper:2181 because it's not resolvable ``` Wondering, why are...

Hi, my stack uses python 3.8 everywhere and I've just modified the Dockerfile and built the image locally to get my stack to work. I figured it should be easy...

Hi, I have encountered error stating that model was expecting input [1 28 28] but given [1 784] when trying out the pytorch example. I think it is due to...