#Slow uploading speed to Jupiter
7 messages · Page 1 of 1 (latest)
Is there an upload speed / download speed on ur pod? Also, hm, that sounds unusual tbh, a 4GB download taking 1 hour. My estimation maybe should have taken… 15-20 mins? But also how many files is this? Often if ur copying MANY files over it can take substantially longer
Your best bet is to tar and compress it, or some sort of compression format
This should 1) Have less data to send over the upload 2) Stop a bunch of mini files copying over which can make uploads / copying substantially impossible usually
Don't upload in Jupyter, its not designed to handle large files. Use wget, runpodctl etc.
Thank you for recommendations