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 ?
Thank you TimelyPenguin76 AgitatedDove14 it works. I'm using Openvino models (pytorch models converted to openvino).
Hi ScaryKoala63 .
try using task.upload_artifact
for manually uploading artifacts, like in here , you can also configure the upload destination