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
Answered
Hello Everyone . I Am Using

Hello everyone . I am using clearml-agent daemon . Lets consider following situation: I have my clearml-agent daemon running -> it has some python_binary variable (env1) in clearml.config. But let's consider that right now I am working in some new virtual environment (env2). Is there any way how to pass to agent path to this environment (env2) without restarting worker ? Or what you will suggest?

  
  
Posted one year ago
Votes Newest

Answers 2


Is the solution simply to change the binary_path in config and restart the worker or just use docker mode ? Cant i just forward this path ?

  
  
Posted one year ago

I think you can configure agent.reload_config in clearml.conf and then push the change in the file programmatically somehow

  
  
Posted one year ago
642 Views
2 Answers
one year ago
one year ago
Tags