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
PoisedDeer30
Moderator
1 Question, 8 Answers
  Active since 22 July 2025
  Last activity one month ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
14 Answers
364 Views
0 Votes 14 Answers 364 Views
Hi, I have problem with retrieving models from storage I have following code model = Model(model_id='my_model_id') model.get_local_copy(force_download=True) ...
one month ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

To avoid spam I sent the code to the pastebin None
the code for model itself doesn't make much sense, but it's not about it

After running this code, I run the code from my 1st message with id copied from clearml app. I deleted it from local storage (stayed untouched on the clearml web app)

one month ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

I am not sure if I have this file anywhere. I was not sure if I should create it on my own from scratch, or it will create automatically, so I didn't touch it yet. I set up all my stuff with environment variables, but all it has except API keys is

%env CLEARML_WEB_HOST=

%env CLEARML_API_HOST=

%env CLEARML_FILES_HOST=
one month ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

the directory also haven't been recreated after I tried to download model again

one month ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

I can try create it, but it will be in about 4-5h cause I got to go soon

one month ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

yeah, it downloaded it to the same directory as code it was ran from

one month ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

I was suspecting there is different directory where it could be stored, but find didn't find it so I assumed it's not there

one month ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

I was looking for the model in ~/.cache and ~/.mlflow, but I couldn't find the model in any of those location. I also checked venv directory

one month ago