#the lack of a drag and drop or file structure is not ok.

10 messages · Page 1 of 1 (latest)

late aurora
#

Am I left to understand the only way to send files to my network storage in a command line? I have spent two days on this. I am paying for storage I have no understanding how to access, so I am loading my files to hugging face in desperation.

nimble sentinel
#

@dawn rose

https://docs.runpod.io/pods/storage/transfer-files-with-scp

I think you guys need an updated documentation with how to upload / download files:

  1. Options of using CLI (SCP / SSH) (using current method, but also just using the runpod ssh add-key method since that exists.

https://github.com/justinwlin/Runpod-Tips-and-Tricks/tree/main/SSH On Runpod

  1. Using CROC (until RunpodCTL file transfer isn't so slow) (this prob the easiest for most people).

  2. Giving community resource suggestions such as from @orchid depot :
    https://github.com/kodxana/RunPod-FilleUploader/tree/main

But basically ways to download / upload I think is important, and definitely not known best practices, especially a lot of people will try to just use jupyter notebook not knowing there are problems with larger files and so-on.

Maybe also a section on telling people use HuggingFace CLI / linking people to civitai docs, cause this also happens a lot where people never use their token to download civitai

dawn rose
nimble sentinel
orchid depot
#

@dawn rose issue is cause all pods are consider being behind cgnat so all data is transfered by relays

nimble sentinel
#

I think the solution is to use runpodctl and tell everyone to use it, but right now croc seems the best directly (which is what runpodctl uses anyways under the hood)

orchid depot
#

My RunPod File Uploader is only one way but it works with pods that not have tcp

nimble sentinel
#

Yeah, I think end of the day, either runpodctl gets fixed and docs gets added to use that for send / download data as the "easy way". And telling people to zip it up before sending it.

Or telling people to use croc cause the relays right now for runpod is too slow

And other methods can be more "advance".

#

And @orchid depot method can be a "community option" for simply uploading only

orchid depot
#

My tool is already integrated in templates made by ashleyk