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
HappyDove45
Moderator
2 Questions, 2 Answers
  Active since 26 February 2025
  Last activity 6 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
4 Answers
546 Views
0 Votes 4 Answers 546 Views
Hey Guys, noob question/problem ahead, so please forgive me in advance 🫠 Context: I was able to host the ClearML server (web server, file server, API server...
6 months ago
0 Votes
0 Answers
586 Views
0 Votes 0 Answers 586 Views
Hey Guys, Context: I was able to host the ClearML server (web server, file server, API server) in an AWS EC2 instance via terraform IaC and GitHub actions an...
6 months ago
0 Hey Guys, Noob Question/Problem Ahead, So Please Forgive Me In Advance

Yeah, here's the full log of the run

You can either disable storing a git diff in

clearml.conf

or also you can remove the diff from the task when it is in draft mode (Basically before the enqueue)

Thanks for these suggestions let me explore them and try out

6 months ago
0 Hey Guys, Noob Question/Problem Ahead, So Please Forgive Me In Advance

let me have a look & figure that out too, by the away thanks for sharing your thought !

6 months ago