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 12 months ago

Reputation

0

Badges 1

45 × Eureka!
0 Votes
0 Answers
756 Views
0 Votes 0 Answers 756 Views
I want the location to be not from a tmp file
12 months ago
0 Votes
6 Answers
914 Views
0 Votes 6 Answers 914 Views
for some reason the installed packages are not reflecting the one from the requirements.txt in the repository?
12 months ago
0 Votes
0 Answers
721 Views
0 Votes 0 Answers 721 Views
I want it to come from the regular clearml.conf file
12 months ago
0 Votes
0 Answers
775 Views
0 Votes 0 Answers 775 Views
Hi guys, I have a brand new problem
12 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
12 months ago
0 Votes
0 Answers
881 Views
0 Votes 0 Answers 881 Views
12 months ago
0 Votes
0 Answers
921 Views
0 Votes 0 Answers 921 Views
which agent will enqueue my task? let’s say both agents are listening on the same queue
12 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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
12 months ago
0 Votes
2 Answers
757 Views
0 Votes 2 Answers 757 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...
12 months ago
0 Votes
0 Answers
732 Views
0 Votes 0 Answers 732 Views
the problem is with git
12 months ago
0 Votes
0 Answers
845 Views
0 Votes 0 Answers 845 Views
in this case do I need an agent running on my local machine? Or the remote machine?
12 months ago
0 Votes
0 Answers
741 Views
0 Votes 0 Answers 741 Views
I see the Agent recreates the environment from the local machine in the remote machine
12 months ago
0 Votes
0 Answers
760 Views
0 Votes 0 Answers 760 Views
I have looked through the chat and some people have had the same issue but none of them had a solution
12 months ago
0 Votes
13 Answers
846 Views
0 Votes 13 Answers 846 Views
just a small question @<1576381444509405184:profile|ManiacalLizard2> : when I do remotely execute I get this line, Current configuration (clearml_agent v1.9....
12 months ago
0 Votes
0 Answers
948 Views
0 Votes 0 Answers 948 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)
12 months ago
0 Votes
0 Answers
704 Views
0 Votes 0 Answers 704 Views
I can git clone just fine on that same machine and account and ofc same repository
12 months ago
0 Votes
0 Answers
722 Views
0 Votes 0 Answers 722 Views
and can someone please explain what the date represents?
12 months ago
0 Votes
0 Answers
825 Views
0 Votes 0 Answers 825 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 ...
12 months ago
0 Votes
52 Answers
123K Views
0 Votes 52 Answers 123K Views
I have the user/pass set up on the clearml.conf and also have the enable_git_ask_pass set to True
12 months ago
0 I Have The User/Pass Set Up On The

actually sorry it’s 20.04

12 months ago
0 I Also Have Another Question

yup I see, so the changes I make in the remote machine should be the only relevant one yet those changes do not get reflected

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

oops sorry! And yes I have set up the access token from gitlab and that’s what I’m passing in git_pass

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

as you can see enable_git_ask_pass is set to true

12 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

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

the local machine does not have clearml-agent

12 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?

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

back then the error was this
image

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

I do have the virtualenv installed on the same python environment

12 months ago
12 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

12 months ago
0 Just A Small Question

but it’s not, for example the agent.git_user is a different value in actual clearml.conf vs the one that’s actually getting picked up by the container

12 months ago
0 Just A Small Question

I deleted the file in the tmp folder and now I get this error:
clearml_agent: ERROR: Could not open configuration file: /tmp/.clearml_agent.1xfib73d.cfg

12 months ago
0 Just A Small Question

still same problem

12 months ago
0 Just A Small Question

it’s the same one as before

12 months ago
0 Just A Small Question

why is it specifically asking for that .cfg file?

12 months ago
0 Just A Small Question

I then compose down’ed the containers and up’ed them

12 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

12 months ago
0 Just A Small Question

what I was expecting it to do was create a new file from the host clearml.conf

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

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

12 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

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

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

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

well, I’m not sure how I’d go about cloning just one specific commit but I have cloned the repository
image

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

I generated another one just to show

12 months ago
0 I Am Noticing That Clearml Isn'T Able To Clone A Submodule With The Error

@<1739455977599537152:profile|PoisedSnake58> hi! Were you able to fix this issue?

12 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?

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

yes, the remote machine is running the clearml-agent, this file resides in that same machine, same account

12 months ago
Show more results compactanswers