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
Hi, What'S Storage Clearml Is Using? I Am Considering Self-Host Clearml On A Cloud Machine, While Separated The Data Storage With Our Own Machine (Reduce Network Cost) I Am Using Minio Current With Trains=0.16.4, If This Will Still Be An Valid Option For

Hi, what's storage ClearML is using? I am considering self-host clearML on a Cloud machine, while separated the data storage with our own machine (reduce network cost)

I am using MinIO current with trains=0.16.4, if this will still be an valid option for ClearML (>0.17.0)?

  
  
Posted 3 years ago
Votes Newest

Answers 3


I am using MinIO current with trains=0.16.4, if this will still be an valid option for ClearML (>0.17.0)?

Yes, you can still use it (and many other options, include local and cloud storage),

Hi, what’s storage ClearML is using? I am considering self-host clearML on a Cloud machine, while separated the data storage with our own machine (reduce network cost)

You can choose the one that works for you (Shared folder, S3, GS, Azure, Http).

  
  
Posted 3 years ago

EnviousStarfish54 the server uses local storage by default for the fileserver. However, as you've commented, it's entirely possible to configure your ClearML SDK to use different kinds of storage (Minio, s3 etc) and simply not use the fileserver

  
  
Posted 3 years ago

Great, as long as it will continue to work with S3(Minio), it's good for me. I am already using MinIO with Trains (older version).

Was planning to do a upgrade soon.

  
  
Posted 3 years ago
640 Views
3 Answers
3 years ago
one year ago
Tags