Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
MelancholyChicken65
Moderator
5 Questions, 17 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

17 × Eureka!
0 Votes
3 Answers
573 Views
0 Votes 3 Answers 573 Views
Hi, can I somewhere setup URLs that are shown in http://clearml.example.com/settings/workspace-configuration in self-hosted version? It gives me incorrect on...
one year ago
0 Votes
6 Answers
669 Views
0 Votes 6 Answers 669 Views
Hi, is a remote task execution wit Azure DevOps private repository working? I am hitting a problem where ClearML is creating a wrong URL for loading: Using u...
one year ago
0 Votes
9 Answers
626 Views
0 Votes 9 Answers 626 Views
Hi, I am trying clearml-serving with auto-update and Triton via clearml-serving --id e79ede664316482798a315bd5962daad model auto-update --engine triton --end...
one year ago
0 Votes
23 Answers
603 Views
0 Votes 23 Answers 603 Views
Hi, I am trying to test the whole stack on my local machine but I am unable to make clearml-agent and clearml-serving work. Every time I get: > clearml_agent...
one year ago
0 Votes
3 Answers
572 Views
0 Votes 3 Answers 572 Views
Hi, what are the limitations of free self-hosted version of ClearML? Can it be freely used for production? Thank you!
one year ago
0 Hi, Can I Somewhere Setup Urls That Are Shown In

Thank you again! Works perfectly!:)

one year ago
0 Hi, Is A Remote Task Execution Wit Azure Devops Private Repository Working? I Am Hitting A Problem Where Clearml Is Creating A Wrong Url For Loading:

Hi AgitatedDove14 , thank you for the quick response!:) And is there some recommended way to setup ClearML agent in kubernetes with the SSH keys? I am deploying the agent via https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml-agent

one year ago
0 Hi, Is A Remote Task Execution Wit Azure Devops Private Repository Working? I Am Hitting A Problem Where Clearml Is Creating A Wrong Url For Loading:

Thank you!) And is it also possible to somehow propagate ssh keys to the agent pod? Not sure how to approach that

one year ago
one year ago
0 Hi, I Am Trying

model_monitoring has name but model_monitoring_eps doesn't

one year ago
0 Hi, I Am Trying

Not sure what you mean.

If I understand the flow correclty, model auto-update creates a monitor in model_monitoring and then after model that complies with the monitor is found it is added to model_monitoring_eps with specific model version and it's config. Except that it's failing because input_name/output_name disappeared somewhere between model_monitoring and model_monitoring_eps ` .

one year ago
0 Hi, I Am Trying

Seems like I am using 1.2 according to https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml-serving

And Images used in k8s cluster are:
allegroai/clearml-agent-k8s-base:1.24-18 allegroai/clearml-serving-inference:1.2.0 allegroai/clearml-serving-statistics:1.2.0 allegroai/clearml-serving-triton:1.2.0-22.07 allegroai/clearml:1.7.0

one year ago
0 Hi, I Am Trying To Test The Whole Stack On My Local Machine But I Am Unable To Make

Hi JuicyFox94 , thank you for a reply. Yes, should be on the same cluster. My steps were:

  1. created cluster via kind as written in https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml
  2. helm install clearml-server allegroai/clearml
  3. Then I generated new API key, downloaded https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml file and overwritten values:
    # -- Reference to Api server url apiServerUrlReference: "...
one year ago
0 Hi, I Am Trying To Test The Whole Stack On My Local Machine But I Am Unable To Make

Sure
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION clearml-agent default 1 2022-10-24 13:18:32.846539589 +0200 CEST deployed clearml-agent-2.0.1 1.24 clearml-server default 1 2022-10-24 12:57:44.160396437 +0200 CEST deployed clearml-4.3.0 1.7.0

one year ago
0 Hi, I Am Trying To Test The Whole Stack On My Local Machine But I Am Unable To Make

Not sure if those are all necessary steps or I am missing some additional configuration

one year ago
0 Hi, I Am Trying To Test The Whole Stack On My Local Machine But I Am Unable To Make

Now getting
No resources found in clearml namespace.

one year ago
0 Hi, I Am Trying To Test The Whole Stack On My Local Machine But I Am Unable To Make

you are right, its default
` NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
clearml-elastic-master ClusterIP 10.96.188.164 <none> 9200/TCP,9300/TCP 25m
clearml-elastic-master-headless ClusterIP None <none> 9200/TCP,9300/TCP 25m
clearml-server-apiserver NodePort 10.96.73.213 <none> 8008:30008/TCP 25m
clearml-server-fileserver NodePort 10.96.43.203 <none>...

one year ago
one year ago
0 Hi, I Am Trying To Test The Whole Stack On My Local Machine But I Am Unable To Make

Checking old yaml I used last week and I had the URLs correct but I guess I missconfigured something else.

one year ago
0 Hi, I Am Trying To Test The Whole Stack On My Local Machine But I Am Unable To Make

Sure, thank you very much! Working flawlessly now 🙂

one year ago