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
FierceRabbit20
Moderator
5 Questions, 11 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

11 × Eureka!
0 Votes
1 Answers
602 Views
0 Votes 1 Answers 602 Views
Hi! I made a PR ( https://github.com/allegroai/clearml/pull/857 ) for the clearml package. I don't want to wait until it is merged and is taken to the next r...
one year ago
0 Votes
4 Answers
712 Views
0 Votes 4 Answers 712 Views
Hello everyone! I am trying to run a pipeline from the Web UI. As you can see on the screenshot, it is possible to specify the Pipeline controller queue . Ho...
one year ago
0 Votes
2 Answers
662 Views
0 Votes 2 Answers 662 Views
Hi everyone! Can I somehow configure clearml-agent to automatically start/restart clearml-agents in case of reboot/some fails?
one year ago
0 Votes
0 Answers
599 Views
0 Votes 0 Answers 599 Views
Hello! I have installed clearml-agent at the server, but have not installed clearml package. How will it determine the version of clearml package and when is...
one year ago
0 Votes
13 Answers
649 Views
0 Votes 13 Answers 649 Views
Hello! I have the following error in the Task's console: ModuleNotFoundError: No module named 'clearml'I have attached the full log below. Here is the code o...
one year ago
0 Hello! I Have The Following Error In The Task'S Console:

SuccessfulKoala55 Hello, thanks for the reply. Yes, that makes sense.

BTW, I also tried to specify the parameter packages of add_function_step . However, these packages were also ignored and I did not even get a warning message.

one year ago
0 Hello! I Have The Following Error In The Task'S Console:

SmugDolphin23 btw, do you know how to pin the installation of some specific clearml verison inside clearml-agent ? (I want to use my custom version of clearml )

one year ago
0 Hello! I Have The Following Error In The Task'S Console:

If i change package_manager.force_repo_requirements_txt to false then clearml is successfully installed inside clearml-agent

one year ago
0 Hello! I Have The Following Error In The Task'S Console:

SmugDolphin23 , please see my requirements.txt -- it contains clearml==1.8.3.

From the Task's log (please, pay attention, not pipeline's log) you may see that none of these packages are installed.

requirements.txt:
` attrs==22.2.0
# via
# clearml
# jsonschema
certifi==2022.12.7
# via requests
charset-normalizer==2.1.1
# via requests
clearml==1.8.3
# via -r requirements.in
click==8.1.3
# via typer
colorama==0.4.6
# via typer
commonmark==0.9.1
# via ...

one year ago
0 Hello! I Have The Following Error In The Task'S Console:

As I can see from the Pipeline's log, requirements.txt in being installed only for the master job (controller)

one year ago
0 Hello! I Have The Following Error In The Task'S Console:

However for the task only cython is being installed for some reason.

one year ago
0 Hello Everyone! I Am Trying To Run A Pipeline From The Web Ui. As You Can See On The Screenshot, It Is Possible To Specify The

Unfortunately, It didn't work out
2022-12-20 13:40:49,088 - clearml.automation.job - WARNING - Error enqueuing Task <clearml.task.Task object at 0x7fb00db00940> to ${pipeline.hostname}: Could not find queue named "${pipeline.hostname}"

one year ago