You can disable automatic model logging using  auto_connect_frameworks  in  Task.init()
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
This however will also disable automatic reporting of scalers. You can also manually force the upload of the final model with
https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel#class-outputmodel
Yeap. Thanks - I've already did that and faced another issue -  https://github.com/allegroai/clearml/issues/740
Now model stays local and is not uploaded to s3.
 
				