Skip to content

[clearml-serving] Specification of model platform not possible #74

@ockaro

Description

@ockaro

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions