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! I Can'T Seem To Be Able To Stop Clearml From Automatically Logging Model Files (Optimizer, Scheduler). It'S A Useful Feature But I'D Like To Have Some Control Over It, So That The Disk Space In My File Storage Isn'T Overused. I'M Using

Hello!
I can't seem to be able to stop Clearml from automatically logging model files (optimizer, scheduler). It's a useful feature but I'd like to have some control over it, so that the disk space in my file storage isn't overused.
I'm using Llama factory which has Hugginface under the hood. So, following the docs , I tried assigning auto_connect_frameworks={'transformers' : '*.bin', 'pytorch' : '*.bin'} in Task.init() and setting CLEARML_LOG_MODEL env var to "FALSE" but I'm still getting optimizer.pt and scheduler.pt in the storage.
Can anyone help me to figure out how to disable Clearml from uploading those output files but keep it's recording learning curves and stdout?

  
  
Posted 2 months ago
Votes Newest

Answers 2


Hi, Eugen!
Thanks for the reference, I'll check it out

  
  
Posted 2 months ago

Hi @<1523701345993887744:profile|SillySealion58> ! We allow finer grained control over model uploads. Please refer to this GH thread for an example on how to achieve that: None

  
  
Posted 2 months ago
307 Views
2 Answers
2 months ago
2 months ago
Tags