Hi, Eugen!
Thanks for the reference, I'll check it out
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
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?
Hi, Eugen!
Thanks for the reference, I'll check it out
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