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'M Trying To Run Some Integration Tests With Clearml Through A Github Self Hosted Runner, But I Keep Getting This Error:


Hi @<1625666182751195136:profile|MysteriousParrot48> , I can only assume that the runner sets $HOME to a different folder than the one visible to clearml-init when initializing. Try to set CLEARML_CONFIG_FILE=/home/user/clearml.conf and see if it helps

  
  
Posted 3 months ago
43 Views
0 Answers
3 months ago
3 months ago