API to upload Large Submissoin File from Cloud or Remote

Is there any API to upload large submission files from remote or cloud? In a typical competition, the final submission file gets near 30-40GB when we add the checkpoints. It will very difficult to upload such large files from a local computer. It would be very helpful if there were any API with which we can upload large submission files from Cloud or Remote

Hi @awsaf49,
There aren’t any plans to add an upload API for this competition, but I do like that idea as a feature for future competitions. In the meantime, I wonder if there’s a way to reduce the size of your submission, perhaps by only including the weights that are absolutely needed for inference? Does checkpoints include multiple checkpointed versions of your model weights?