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
MortifiedChimpanzee9
Moderator
5 Questions, 16 Answers
  Active since 29 August 2023
  Last activity 6 months ago

Reputation

0

Badges 1

16 × Eureka!
0 Votes
9 Answers
592 Views
0 Votes 9 Answers 592 Views
8 months ago
0 Votes
1 Answers
519 Views
0 Votes 1 Answers 519 Views
Can I use “autoscaler” to go from 0->1 agent? i.e. 1 queue for tasks, start 1 machine, process everything to completion, then shut down?
7 months ago
0 Votes
13 Answers
418 Views
0 Votes 13 Answers 418 Views
I am getting this error when trying to run a job, which seems to be assigned to an Apple silicon worker: Fatal Python error: init_sys_streams: can't initiali...
7 months ago
0 Votes
1 Answers
484 Views
0 Votes 1 Answers 484 Views
7 months ago
0 Votes
2 Answers
456 Views
0 Votes 2 Answers 456 Views
Do I need to do anything to get a task to pick up a requirements.txt ? It is in the base repo dir, task being created with Task.init from a jupyter notebook ...
7 months ago
0 I Am Getting This Error When Trying To Run A Job, Which Seems To Be Assigned To An Apple Silicon Worker:

I suspect that this is something to do with system python vs conda python … but, very opaque

7 months ago
0 I Am Getting This Error When Trying To Run A Job, Which Seems To Be Assigned To An Apple Silicon Worker:

conda has 3.11.6 installed in the base env,
and the base shell appears to not have python installed at all

7 months ago
0 I Am Getting This Error When Trying To Run A Job, Which Seems To Be Assigned To An Apple Silicon Worker:

I am running the job by:

  • making a git commit
  • running my jupyter notebook locally to create the “base” task
  • cloning that and changing ‘configuration’
  • enqueueing
7 months ago
0 I Am Getting This Error When Trying To Run A Job, Which Seems To Be Assigned To An Apple Silicon Worker:

the problem seems to come and go … really not sure if anything I am changing is resolving it,
e.g. restarting the daemon,
changing to bash shell as the default login for osx

7 months ago
0 I Am Getting This Error When Trying To Run A Job, Which Seems To Be Assigned To An Apple Silicon Worker:

the agent is running on the separate worker machine running OSX,
being launched by
clearml-agent daemon --detached

7 months ago
0 I Am Getting This Error When Trying To Run A Job, Which Seems To Be Assigned To An Apple Silicon Worker:

@<1523701087100473344:profile|SuccessfulKoala55> any insight on this? still blocked

7 months ago
0 I Am Getting This Error When Trying To Run A Job, Which Seems To Be Assigned To An Apple Silicon Worker:

@<1523701087100473344:profile|SuccessfulKoala55> any insight on this? still blocked

7 months ago
0 I Am Still Going Through All The Docs And Intro Videos … But: Is The Only Way To Create A New Experiment To Run The Script That Contains The Experiment At Least Once? I Wonder About This B.C. Most Of What I Want To Run Are Quite Long Jobs, So Even Running

huh, ok … the need to run stuff locally first is a little odd, ngl… just have to get a sense of what the workflow here is

but it looks like execute_remotely is indeed what I want, and I should just standardize on using that,
either in-situ, or in an outer runner script that just calls that first, then calls down to my actual implementation

8 months ago
0 I Am Getting This Error When Trying To Run A Job, Which Seems To Be Assigned To An Apple Silicon Worker:

@<1523701087100473344:profile|SuccessfulKoala55> well, afaik, the base Xcode python 3.9.6 is installed with the Xcode tools, in /usr/bin , and then anaconda installed as the user running the clearml-agent ,
conda init is in both the .bashrc and .bash_profile

6 months ago
6 months ago
0 I Am Still Going Through All The Docs And Intro Videos … But: Is The Only Way To Create A New Experiment To Run The Script That Contains The Experiment At Least Once? I Wonder About This B.C. Most Of What I Want To Run Are Quite Long Jobs, So Even Running

🤔 could one create empty draft experiment placeholders, finalize all their code, commit it, and then and manually connect the impl as it exists in a file in a commit in a repo to that draft, once I’ve decided that all development is done?

8 months ago
0 Do I Need To Do Anything To Get A Task To Pick Up A

And the task seems to not be installing from requirements.txt, because one package ends up missing

7 months ago