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
VexedWoodpecker50
Moderator
19 Questions, 47 Answers
  Active since 27 November 2024
  Last activity 10 months ago

Reputation

0

Badges 1

45 × Eureka!
0 Votes
0 Answers
617 Views
0 Votes 0 Answers 617 Views
the problem is with git
10 months ago
0 Votes
0 Answers
613 Views
0 Votes 0 Answers 613 Views
I see the Agent recreates the environment from the local machine in the remote machine
10 months ago
0 Votes
0 Answers
784 Views
0 Votes 0 Answers 784 Views
because that tmp config file has different settings from the one that’s in my actual clearml.conf (which is in the remote server of course)
10 months ago
0 Votes
0 Answers
627 Views
0 Votes 0 Answers 627 Views
I have looked through the chat and some people have had the same issue but none of them had a solution
10 months ago
0 Votes
0 Answers
727 Views
0 Votes 0 Answers 727 Views
in this case do I need an agent running on my local machine? Or the remote machine?
10 months ago
0 Votes
0 Answers
781 Views
0 Votes 0 Answers 781 Views
which agent will enqueue my task? let’s say both agents are listening on the same queue
10 months ago
0 Votes
0 Answers
595 Views
0 Votes 0 Answers 595 Views
and can someone please explain what the date represents?
10 months ago
0 Votes
0 Answers
600 Views
0 Votes 0 Answers 600 Views
I can git clone just fine on that same machine and account and ofc same repository
10 months ago
0 Votes
0 Answers
608 Views
0 Votes 0 Answers 608 Views
I want it to come from the regular clearml.conf file
10 months ago
0 Votes
0 Answers
667 Views
0 Votes 0 Answers 667 Views
Hi guys, I have a brand new problem
10 months ago
0 Votes
0 Answers
746 Views
0 Votes 0 Answers 746 Views
10 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
10 months ago
0 Votes
0 Answers
658 Views
0 Votes 0 Answers 658 Views
I want the location to be not from a tmp file
10 months ago
0 Votes
13 Answers
724 Views
0 Votes 13 Answers 724 Views
just a small question @<1576381444509405184:profile|ManiacalLizard2> : when I do remotely execute I get this line, Current configuration (clearml_agent v1.9....
10 months ago
0 Votes
0 Answers
657 Views
0 Votes 0 Answers 657 Views
I tried it that way but then I also tried it by creating an ssh connection and having the ssh credentials stored in the machine and setting force_git_ssh to ...
10 months ago
0 Votes
6 Answers
795 Views
0 Votes 6 Answers 795 Views
for some reason the installed packages are not reflecting the one from the requirements.txt in the repository?
10 months ago
0 Votes
2 Answers
637 Views
0 Votes 2 Answers 637 Views
I also have another question @<1523701070390366208:profile|CostlyOstrich36> I’m hoping you’d be kind of enough to guide me: the clearml.conf file that gets u...
10 months ago
0 Votes
2 Answers
991 Views
0 Votes 2 Answers 991 Views
dumb question I know but I have code running on my local machine and I’m using the remotely_execute() call in there so it’d go to my GPU machine
10 months ago
0 Votes
52 Answers
107K Views
0 Votes 52 Answers 107K Views
I have the user/pass set up on the clearml.conf and also have the enable_git_ask_pass set to True
10 months ago
0 I Have The User/Pass Set Up On The

update: clearml-agent was stuck on version 1.4.0 it has now been upgraded to the latest version 1.9.2

10 months ago
0 I Have The User/Pass Set Up On The

I generated the access token in gitlab and passed it to git_pass

10 months ago
0 I Have The User/Pass Set Up On The

actually sorry it’s 20.04

10 months ago
0 I Have The User/Pass Set Up On The

and force_git_ssh_protocol to false, I have also tried turning it to true and enable_git_ask_pass to false but no luck

10 months ago
10 months ago
0 I Have The User/Pass Set Up On The

they all seem to have the ‘glpat’ prefix before them

10 months ago
0 I Have The User/Pass Set Up On The

and you can see it includes the commit that the log mentions

10 months ago
0 I Have The User/Pass Set Up On The
1732722421215 Ajeels-MacBook-Pro-392.local info ClearML Task: created new task id=b045fc0540134b3b860150260fc0d4ac
ClearML results page: 

2024-11-27 15:47:01,439 - clearml.Task - INFO - Waiting for repository detection and full package requirement analysis
1732722423002 Ajeels-MacBook-Pro-392.local info ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
1732722423507 Ajeels-MacBook-Pro-392.local info 2024-11-27 15:47:03,507 - clearml.Ta...
10 months ago
0 I Have The User/Pass Set Up On The

okay I still can not seem to get the git_pass to show up on the logs, when I make other changes to the clearml.conf they do show up on the logs but not the git_pass any ideas?

10 months ago
0 I Have The User/Pass Set Up On The

it now shows git_pass and git_user as well as enable_git_ask_pass

10 months ago
0 I Have The User/Pass Set Up On The

I am noticing that I also don’t see the enable_git_ask_pass in the logs

10 months ago
0 I Have The User/Pass Set Up On The

self-hosted so clearml keys are fine

10 months ago
0 I Have The User/Pass Set Up On The

yes the ubuntu machine is running the agent, and yes all the changes I make to clearml.conf are on that same ubuntu machine

10 months ago
0 I Have The User/Pass Set Up On The

the macbook is the local machine, it has the script that uses execute_remotely

10 months ago
0 I Have The User/Pass Set Up On The

the local machine does not have clearml-agent

10 months ago
10 months ago
0 For Some Reason The Installed Packages Are Not Reflecting The One From The

hi @<1523701070390366208:profile|CostlyOstrich36> thanks for the reply but that doesn’t seem to be the case, I have a requirements.txt file that is very different from the one getting displayed

10 months ago
0 I Have The User/Pass Set Up On The
1732640020078 Ajeels-MacBook-Pro-392.local info ClearML Task: created new task id=85d62ab2b6a74438b587c7b249b33c93
ClearML results page: 

2024-11-26 16:53:40,842 - clearml.Task - INFO - Waiting for repository detection and full package requirement analysis
1732640022115 Ajeels-MacBook-Pro-392.local info ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
1732640022437 Ajeels-MacBook-Pro-392.local info 2024-11-26 16:53:42,437 - clearml.Ta...
10 months ago
0 For Some Reason The Installed Packages Are Not Reflecting The One From The

basically how can I make sure the packages from the requirements.txt get picked up instead of theses ones?

10 months ago
0 Just A Small Question

this problem has been solved, the solution was this: None

10 months ago
0 I Have The User/Pass Set Up On The

as you can see enable_git_ask_pass is set to true

10 months ago
0 I Have The User/Pass Set Up On The

you are right, I can’t see the git_pass but in the previous logs I see it

10 months ago
10 months ago
0 I Have The User/Pass Set Up On The

yeah that’s a great question, I’m running the command in a regular terminal on my macbook, nothing to do with vscode

10 months ago
0 I Have The User/Pass Set Up On The

I’m positive, this is where I got it from
image

10 months ago
0 I Have The User/Pass Set Up On The

I generated another one just to show

10 months ago
0 I Have The User/Pass Set Up On The

just to be clear, the second log I sent was awhile ago, anything showing there is largely irrelevant

10 months ago
0 Just A Small Question

it’s the same one as before

10 months ago
0 Just A Small Question

I have to kill the current clearml-agent processes and call daemon for the changes to take effect

10 months ago
Show more results compactanswers