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
Unanswered
Hi Everyone! I’Ve Been Using


Hi @<1593051277598658560:profile|DizzyDove33> , the agent will use the closest python version it can find to the original version used to run the task when you created it (when creating the original task, before running it remotely) - this version is stored on the task when the SDK creates it.
If this version is not found in the container (let's say python3.7 ) the agent will look for python3 , and afterwards will look for python . So the easiest was to make sure the version you want will be used, is to use a container with only this version.
Alternatively, you can use the CLEARML_AGENT_SKIP_PIP_VENV_INSTALL environment variable (when running the agent) to provide a path to the python binary you'd like to use.

  
  
Posted one year ago
98 Views
0 Answers
one year ago
one year ago