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
Hey All

Hey all . Two questions:

  • How do I configure clearml to use s3 as the storage backend?
  • How do I reload the config on a running server?
  
  
Posted 2 months ago
Votes Newest

Answers 4


I’m not sure yet . It’s my first day playing around with it .
As for the s3 storage, that would make the local cache only for locally run tasks, right? As in, the server stores the data on s3 and the agent will populate the local cache as needed?

  
  
Posted 2 months ago

Yeah, I saw that. I didn’t see where to specify the bucket/prefix of the desired cache. It seems like this is for when the user (me) calls Storage.upload or whatever with a specific s3 Uri. I’m looking for s3 storage of all artifacts and return objects and everything.

Am I missing something?

  
  
Posted 2 months ago

@<1715538373919117312:profile|FoolishToad2> , I think you're missing something. ClearML backend only holds references (links) to artifacts. Actual interaction with storage is done directly via the SDK, aka on the machine running the code

  
  
Posted 2 months ago

Hi @<1715538373919117312:profile|FoolishToad2> ,
Storage is used by the clients, to set up S3 storage, see here .
Changes to the server usually require a restart of the docker container - what exact changes are you thinking of?

  
  
Posted 2 months ago
262 Views
4 Answers
2 months ago
2 months ago
Tags
Similar posts