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
DelightfulArcticwolf22
Moderator
5 Questions, 11 Answers
  Active since 08 June 2023
  Last activity 10 months ago

Reputation

0

Badges 1

11 × Eureka!
0 Votes
3 Answers
612 Views
0 Votes 3 Answers 612 Views
How can I tell clearml-agent not to run pip install unless my requierments.txt file was changed. It seems to run pip install every time I run a task although...
10 months ago
0 Votes
5 Answers
567 Views
0 Votes 5 Answers 567 Views
10 months ago
0 Votes
13 Answers
628 Views
0 Votes 13 Answers 628 Views
Hi All, Is there a way to make agents that run as root, to execute the code tasks and of pipeline steps, as the user that executed the pipeline or task code ...
10 months ago
0 Votes
0 Answers
581 Views
0 Votes 0 Answers 581 Views
11 months ago
0 Votes
5 Answers
545 Views
0 Votes 5 Answers 545 Views
10 months ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

OK sorry about that... Let me explain. We have researchers that sometimes work alone and sometimes in teams and our compute resources are in a SLURM based cluster. So basically, with the open source version all they can do is to open projects and run tasks while relaying on the system services to enable access separation, etc. So how is this better than just keep using "normal" python?

10 months ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

OK, thank you. I think the only real limitation is that the GUI will probably not be useful for our users, but they can do everything (create projects, tasks, queues etc.) from the command line, right?

10 months ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

OK so I hope this is not a too vague question, but can you tell me, what may be the benefits of still using clearML in this mode?

10 months ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

Thank you John, I suspected so...

So when using the open source clearML server, what are my options as far as multi-tenancy is concerned? I mean if I users simply run cleaml-init, with the credentials of a specifc project, and then clearml-agent with queue names, etc, How do I enable user/groups separation?

10 months ago
0 Hi All, I Created A Pipeline That Creates A Task With A Script That Runs Some Hugingface Code And Then Runs A Slurm Batch That Executes "Clearml-Agent Exe" To Run The Task. But When The Script Runs, It Gives The Following Error: Valueerror: Task Object

Hi John. It turns out that the task that ended was the pipeline step. Apparently since I create the task that I then run with clearml-agent execute, in the step, it has to remain running. I added task.wait_for_status() at the end of the step and now my pipeline works.

I have another question: Do you know if it is possible to use PipelineDecorator.component as a class decorator?

10 months ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

@<1523701087100473344:profile|SuccessfulKoala55> Yes, kind of, except that they do use SLURM. I am really trying to understand what are the benefits of using open source clearML in this case

10 months ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

@<1523701070390366208:profile|CostlyOstrich36> , After talking to my manager about this, can someone from marketing contact me about Enterprise ClearML pricing?

10 months ago