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
ManiacalParrot65
Moderator
5 Questions, 9 Answers
  Active since 16 February 2024
  Last activity one month ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
1 Answers
564 Views
0 Votes 1 Answers 564 Views
8 months ago
0 Votes
1 Answers
230 Views
0 Votes 1 Answers 230 Views
Hello everyone, is there a way to download the ClearML documentation without having to scrape the pages? Thank you very much.
2 months ago
0 Votes
7 Answers
165 Views
0 Votes 7 Answers 165 Views
..
🚨 Issue with Cloning ClearML Experiments Using SSH 🚨 Hey, I've run into an issue while trying to clone a ClearML experiment that's configured with an SSH G...
2 months ago
0 Votes
9 Answers
85 Views
0 Votes 9 Answers 85 Views
Hi everyone, I’m trying to run a ClearML pipeline. I’m using the " Pipeline from function" script and running it with the ClearML agent. However, the run fai...
one month ago
0 Votes
1 Answers
85 Views
0 Votes 1 Answers 85 Views
one month ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

I just found out that ClearML Agent has a service mode. However, I'm currently using ClearML Agent with a Helm chart on Kubernetes (K8s). How can I start the agent in service mode in this setup?

one month ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

@<1523701070390366208:profile|CostlyOstrich36> can you help me with that? I can provide you more information if you need 🙌

one month ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

Its actually happens in both sometimes in the pipeline task and sometimes in pipeline controller

one month ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

The clearML agent works within the Kubernetes cluster

one month ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

@<1729671499981262848:profile|CooperativeKitten94> I still have this problem even with other pipelines, can you please help me?

one month ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

@<1729671499981262848:profile|CooperativeKitten94> here:

None

global:
imageRegistry: "docker-proxy.nexmart.com:5000"
clearml:
existingAgentk8sglueSecret: "clearml-agent-secret"
existingClearmlConfigSecret: "clearml-agent-secret"
agentk8sglue:
defaultContainerImage: "repo.nexmart.com:5000/nm-container-python:3.9"
apiServerUrlReference: " [None](http://test-clearml-clearml-apiserver.clearm...

one month ago
0 ..

I actually want to use HTTPS instead of SSH, which is why I have set a username and password. However, the issue is that when I clone the repository, the link appears as git@gitlab-ssh.[our-company-domain].com:testgroup/testproject.git instead of https://[our-company-domain].com/gitlab/testgroup/testproject.git .

2 months ago
0 ..

I found it easier to use HTTPS(:
When I manually changed the REPOSITORY prop in the cloned task from an ssh address to an https address, it worked fine. But I don't want to change the REPOSITORY every time I clone.

2 months ago