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
SplendidFlamingo62
Moderator
7 Questions, 11 Answers
  Active since 28 June 2024
  Last activity 2 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
4 Answers
796 Views
0 Votes 4 Answers 796 Views
9 months ago
0 Votes
2 Answers
827 Views
0 Votes 2 Answers 827 Views
10 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi there, I have a question regarding the automatic requirements collection of clearml-agent. Currently I have two pip packages installed in the base-docker ...
one year ago
0 Votes
8 Answers
597 Views
0 Votes 8 Answers 597 Views
4 months ago
0 Votes
2 Answers
934 Views
0 Votes 2 Answers 934 Views
Hey! I know it is possible to give an agent extra shell commands to run. Are they run before the repository is cloned or after? I have a local library and wa...
one year ago
0 Votes
0 Answers
842 Views
0 Votes 0 Answers 842 Views
11 months ago
0 Votes
4 Answers
335 Views
0 Votes 4 Answers 335 Views
2 months ago
0 Hey! I Know It Is Possible To Give An Agent Extra Shell Commands To Run. Are They Run Before The Repository Is Cloned Or After? I Have A Local Library And Want The Agent To Install It As The First Step. Is This Possible?

Nice to hear, but the code for the library to be installed is in the git repository. So does the agent clone the repo first and then run the bash script, or the other way around?

one year ago
0 Hi I’M Trying To Schedule The Tasks Execution Using

@<1706116294329241600:profile|MinuteMouse44> Could you solve the issue?

10 months ago
0 Hey! I Have A Specific Use Case For Installing Packages And Can'T Seem To Get It To Work Properly. The Problem Is That I Need To Install One Package From A Local Nexus Repository. This Repository Is, Of Course, Protected By A Username And Password. As I W

Thank you for your idea. Unfortunately, it does not work. The package will be tracked locally correctly, but when the agent runs this for the first time, it will overwrite the original PIP with PIP (Package @ Nexus). When I clone this task and enqueue it, it will fail because the username and password are no longer in the Nexus link.

4 months ago
0 Hey! I Have A Specific Use Case For Installing Packages And Can'T Seem To Get It To Work Properly. The Problem Is That I Need To Install One Package From A Local Nexus Repository. This Repository Is, Of Course, Protected By A Username And Password. As I W

Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks for the anwer. This would work but then I would only have one "global" version of the lib and could not install in Task1 lib==1.0 and in Task2 lib==2.0 or?

4 months ago
0 Hi Everyone, I'M Having An Issue With Clearml Datasets And Would Like To Know If This Is Possible. I Have A Task That Is Executed Repeatedly. This Task May Require Data To Be Loaded And Updated From A Dataset. My Question Is: Is There A Way To Append To A

@<1523701070390366208:profile|CostlyOstrich36> Thanks for your answer. But then the data would still not be stored “efficiently”, would it? Since you download the artifact append and append the data set to the new task every time, right?

2 months ago