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, If I Set

Hello, if I set export CLEARML_FILES_HOST=" https://files.community.clear.ml " and execute a script that should store models, should I expect to see them downloadable on community app instead of using local storage ?
Currently, instead I see for example MODEL URL: file:///tmp/clearml/20210405-011221/best_model_100_val_miou_bg= http://0.6551.pt
I know if I replace default_output_uri inside clearml.conf to https://files.community.clear.ml then MODEL URL is not local storage anymore and starts with https://files.community.clear.ml/ ...

  
  
Posted 3 years ago
Votes Newest

Answers 11


Hi TightElk12
Are you looking for a way to set the output_uri from environment variable ? Is this it?

  
  
Posted 3 years ago

Hi AgitatedDove14 , yes, exactly

  
  
Posted 3 years ago

Let me check ...

  
  
Posted 3 years ago

And if you could also update the docs with all env vars possible to set up it would awesome!

Yes, I'll pass it on, that is a good point

Thanks! Yes, this could be great !

Could you please open a GitHub issue, so we remember to update the feature ?

  
  
Posted 3 years ago

Thanks! Yes, this could be great !
And if you could also update the docs with all env vars possible to set up it would awesome!

  
  
Posted 3 years ago

Yes, that make sense !

Could you please open a GitHub issue, so we remember to update the feature ?

sure !

  
  
Posted 3 years ago

Verified, you are correct there is no way to override with OS environment 😞

  
  
Posted 3 years ago

export CLEARML_DEFAULT_OUTPUT_URI="https://...."Make sense ?

  
  
Posted 3 years ago

Let's add it!

  
  
Posted 3 years ago