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
Profile picture
PerplexedDolphin99
Moderator
3 Questions, 4 Answers
  Active since 08 June 2023
  Last activity 11 months ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
1 Answers
246 Views
0 Votes 1 Answers 246 Views
Hello folks! i have a question about clearml.Task.create`` , especially aboutrepoparameter is there an any possibility to force clearml download submodules f...
4 months ago
0 Votes
1 Answers
247 Views
0 Votes 1 Answers 247 Views
Hi folks is there any way to retrieve information about user last login? i am pretty sure that i can get this information from mongodb, but maybe somehow its...
4 months ago
0 Votes
8 Answers
608 Views
0 Votes 8 Answers 608 Views
hello guys i have a question about local cache right now im trying to store in cache a pretty large dataset (over 20mil files and 3Tb of data) i use a datase...
11 months ago
0 Hello Guys I Have A Question About Local Cache Right Now Im Trying To Store In Cache A Pretty Large Dataset (Over 20Mil Files And 3Tb Of Data) I Use A

so. if i understand it right. i should uncomment max_used_bytes = -1 string?
or place there some big number?

11 months ago
0 Hello Guys I Have A Question About Local Cache Right Now Im Trying To Store In Cache A Pretty Large Dataset (Over 20Mil Files And 3Tb Of Data) I Use A

in the documentation i only see these parameters

and there is no other options
can you guide me to other cache parameters?
@<1537605940121964544:profile|EnthusiasticShrimp49>
image

11 months ago
0 Hello Guys I Have A Question About Local Cache Right Now Im Trying To Store In Cache A Pretty Large Dataset (Over 20Mil Files And 3Tb Of Data) I Use A

it was config generated by clearml init command

i generate another one with clearml-agent init comand

this is how it looks like

    storage {
        cache {
            # Defaults to system temp folder / cache
            default_base_dir: "~/.clearml/cache"
            size {
                # max_used_bytes = -1
                min_free_bytes = 10GB
                # cleanup_margin_percent = 5%
            }
        }

btw

$ pip freeze | grep clearml           ...
11 months ago
0 Hello Guys I Have A Question About Local Cache Right Now Im Trying To Store In Cache A Pretty Large Dataset (Over 20Mil Files And 3Tb Of Data) I Use A
    storage {
        cache {
            # Defaults to system temp folder / cache
            default_base_dir: "~/.clearml/cache"
            # default_cache_manager_size: 100
        }

i see

so, if i change default_cache_manager_size variable to some utterly big number (like 1 trillion files) - all should be fine?

and did it have some default value?

11 months ago