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

Models which are located on the clearML servers (created by Task.init(..., output_uri=True) ) run perfectly while models which are located on azure blob storage produce different problems in different scenarios:...

Just noticed that the output type argument have a different syntax depending on which `clearml-serving model` command is run: ```bash clearml-serving --id xxxxxxxxx model auto-update [...] --output-type float32 ``` Returns...

Hello, I deployed a model using `clearml-serving`, but it generate inconsistent results across same HTTP requests. To recreate: 1. I deployed a self-hosted clearml server in my local kubernetes (from...

**Describe the bug** After following the `docker-compose-triton-gpu.yml` instructions for the pytorch example the server fails to spin up. The service fails due to the following error: ``` model_repository_manager.cc:1152] failed to...

### ClearML serving design document v2.0 **Goal: Create a simple interface to serve multiple models with scalable serving engines on top of Kubernetes** Design Diagram (edit [here](https://excalidraw.com/#json=YnP_tJVH0q5wZ8kd0ruFZ,zJOO7eW81F9H3pCXO3noNw)) ![Untitled-2022-02-01](https://user-images.githubusercontent.com/51887611/151882456-516d523b-d804-4651-8924-3fbbcb1b04ac.svg) **Features** -...

[https://github.com/allegroai/clearml-serving/tree/main/examples/pytorch](https://github.com/allegroai/clearml-serving/tree/main/examples/pytorch) I'm running examples as per readme.md, but I get the following error. What should I do? `{"detail":"Error processing request: "}` Endpoints appear to be normal. ![newplot (1)](https://user-images.githubusercontent.com/49085981/168584925-fa1c87de-2ed5-4c7b-902f-3b2a70ca906b.png) ![newplot (2)](https://user-images.githubusercontent.com/49085981/168584938-34472c56-d435-4e7d-9947-b4c9209a745a.png)