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

[clearml-serving] Specification of model platform not possible

Open ockaro opened this issue 2 months ago • 3 comments

Describe the bug a clear and concise description of what the bug is.

Hi there, it seems that when adding a pytorch model to the self-hosted clearml-serving the platform also needs to be added. But neither specifying the platform with the aux-config flag, nor passing a config.pbtxt file with the aux-config flag works. In both cases I get an error

E0405 14:55:27.962135 35 model_repository_manager.cc:996] Poll failed for model directory 'advanced_basic_classifier.pytorch': unexpected 'platform' and 'backend' pair, got:, pytorch

What's your helm version?

3.14.3

What's your kubectl version?

1.25.2

What's the chart version?

7.8.1

Enter the changed values of values.yaml?

-- ClearMl generic configurations

clearml: apiAccessKey: *** apiSecretKey: *** apiHost: https://api..com filesHost: https://files..com webHost: https://app.***.com servingTaskId: "fec7d23cc2b848b48d15041ce965ed81"

-- ClearML serving inference configurations

clearml_serving_inference: # -- Ingress exposing configurations ingress: enabled: true hostName: "serving.***.com" ingressClassName: "nginx" tlsSecretName: "ingress-tls-clearml-serving" annotations: cert-manager.io/cluster-issuer: letsencrypt-production

ockaro avatar Apr 08 '24 11:04 ockaro