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
HungryFrog27
Moderator
6 Questions, 12 Answers
  Active since 10 June 2024
  Last activity 12 days ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
0 Answers
522 Views
0 Votes 0 Answers 522 Views
6 months ago
0 Votes
6 Answers
461 Views
0 Votes 6 Answers 461 Views
5 months ago
0 Votes
0 Answers
90 Views
0 Votes 0 Answers 90 Views
16 days ago
0 Votes
2 Answers
467 Views
0 Votes 2 Answers 467 Views
6 months ago
0 Votes
11 Answers
340 Views
0 Votes 11 Answers 340 Views
3 months ago
0 Votes
4 Answers
74 Views
0 Votes 4 Answers 74 Views
Hey! Did anyone had experience with setting up clearml k8s-based agents to create k8s jobs connected to the node's gpu? running k3s over a local server Thank...
14 days ago
0 Hello Everyone! We'Ve Been Using Clearml For A Couple Weeks Now With Everything Working Out Fine, But In Recent Days We'Ve Run Into An Issue With Parameter Optimizer Tasks - Without Any Apparent Change On Our Side, All Child Tasks Of The Optimizer Are Abo

Hey!
I see in my agent debug logs that it's constantly dropping the connection with the ClearML Server. I also see my tasks being aborted as User aborted (3) - Just at the point where the (post requirements) venv is added into the local venv cache. Could there be any connection? And if not, does anyone have any clue as to where to continue my debugging?
image
![image](https://clearml-web-assets.s3.am...

5 months ago
0 Hey There! I'M Encountering An Odd Issue - I'M Running My Agents As Python Processes On A Windows Pc Endpoints. I Recently Had A Bug That Forced Me To Delete All Cache And All (Non-Core) Venv-Builds. My Firstly Booted Agent Uses The ''First'' Venv-Build

is would definetly seem that way - Although when I look at the error logs, the failure is actually in creating the venv-build folder - (under the task_repository subfolder) -

Repository cloning failed: [WinError 183] Cannot create a file when that file already exists: 'C:\\Users\\clearml-admin\\.clearml\\venvs-builds\\3.1\\task_repository\\<repo>.git'

3 months ago
3 months ago
0 Hey! Did Anyone Had Experience With Setting Up Clearml K8S-Based Agents To Create K8S Jobs Connected To The Node'S Gpu? Running K3S Over A Local Server Thanks, As This Is Currently Blocking Us

Hi @<1523701070390366208:profile|CostlyOstrich36> ,
I tried setting up in the clearml-agent helm chart values requests & limits under the k8sGlue configuration in order to force the pods to pick up the gpu from the server, while of course choosing a pod image for the k8s jobs that includes a gpu in it (we're using nvidia/cuda:12.4.1 for testing)

the job is created - but simply can't detect a GPU. attaching the value overrides im using for the chart -

agentk8sglue:
          apiServer...
14 days ago