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
Clearml Agent Can Work On Gpu Machine In No Internet Environment Where We Have Proxy For Pip Packages And Ubuntu Updates ? If Yes, How To Configure These Proxy In Agent Settings. I See At Launch Of Script Saying "Hello" It Install Many Packages Befor


Hi @<1562973095227035648:profile|ThoughtfulOctopus83> , if the agent can reach the ClearML Server, it should work. If you have a proxy for pip packages and ubuntu updates, you'll need to configure extra index URL for pip (using the agent.package_manager.extra_index_url setting (see here ). If you're using the agent in docker mode, than it will be trying to install ubuntu packages in the spawned docker container, so you will need to either use a docker image already set up with the proxy, or make sure the proxy is set up in the init bash script (under agent.docker_preprocess_bash_script )

  
  
Posted one year ago
152 Views
0 Answers
one year ago
one year ago