Specifically for model files, if you set the Task.init(..., output_uri=True) it will automatically upload any saved model to the files server (you can also point to any object storage / shared folder)
What's the framework you are using ?
Hi @<1523707056526200832:profile|ScaryKoala63> .
try using task.upload_artifact
for manually uploading artifacts, like in here , you can also configure the upload destination
Thank you @<1523701768532267008:profile|TimelyPenguin76> @<1523701205467926528:profile|AgitatedDove14> it works. I'm using Openvino models (pytorch models converted to openvino).