#why don't I have a stop option, only terminate option available

71 messages · Page 1 of 1 (latest)

keen oyster
versed willowBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

fair tide
#

You don't get a stop button when you use a network volume because its redundant. You can simply create a new pod with the network volume attached.

keen oyster
mild depot
#

I mean if you use network storage there is no point of stoping pod as you can reuse storage on other machine

keen oyster
safe needle
#

Just stop the pod

#

Terminate ir

#

And remake it later with a network storage attached

safe needle
keen oyster
#

then I think I need to make a pod with local disk volume, which I can stop it any time. and restart it to access the data on the local disk volume. does it help me to transfer 200GB data faster from aws instance to runpod

safe needle
#

Yes but it's better to use network volume

keen oyster
#

because I saw you answer another post saying network volume are slow

safe needle
#

U can use other machines if the whole machine is rented ( your local disk volume )

safe needle
#

That's another alternative

mild depot
#

I mean if you deploy volume storage you are limited to single host machine and you can endup often with 0 GPU error 🙂

keen oyster
safe needle
#

Hmm

#

I'm confused

keen oyster
safe needle
#

Nvm go ahead I don't need to understand your words when you're not asking haha

safe needle
keen oyster
safe needle
#

All Gud was just curious

#

You've to experience the latency yourself and decide which is fine for you btw

keen oyster
#

previously I used network volume, but when I scp 200GB data from aws to runpod, it was too slow. so I am thinking the bottlenect might be the network volume. that is why I am considering create a new pod with local disk volume

safe needle
#

Ohh

#

Howmuch speeds were you getting

keen oyster
#

means it takes 10 hour to copy data from aws to runpod

fair tide
#

200GB data from AWS to RunPod must be a nightmare in terms of egress costs

safe needle
#

Well they want data in not out, makes sense

keen oyster
safe needle
#

Free 1gb 😂 idk Howmuch are the free tiers

fair tide
safe needle
keen oyster
safe needle
#

Re-download data? What for

keen oyster
fair tide
safe needle
fair tide
#

I backup all my models etc to Hugging Face Hub and then sync them to my pods

safe needle
fair tide
#

Probably only a limit for private repos. I don't think public repos have a limit, TheBloke has a massive amount of data.

keen oyster
fair tide
mild depot
#

Options:

  • use network storage
  • bake models into docker image
  • use volume storage
keen oyster
keen oyster
# fair tide I would use network storage for this

still I found it strange to use network volume. if I terminate the pod every time. then all the ubuntu configure gone. I need to setup again each time I need to start the work, it sounds counter-intuitive.

fair tide
keen oyster
safe needle
#

Env variables

#

If conditions

#

Those can be easier to change

keen oyster
# safe needle Those can be easier to change

thank you for the answer, but still it does work in my case, when you install a lot of python dependencies, or pytorch, cuda stuff. some of them are under /home/etc/... which is not /workspace. if I stop the pod, all of them get lost, I need to reinstall and re-do the env setup each time I stop the pod and start the pod again.

#

no ideal why the font changed to red

#

I am sure this is a basic and typical requirement, It must be me, using runpod in the wrong way.

fair tide
#

You are using runpod in the wrong way. Don't put things that you want to persist on container disk. Container disk is temporary storage.

#

If you want your data to persist, then put it on the persistent storage in /workspace.

keen oyster
fair tide
#

Don't install pytorch etc into OS, create a venv on /workspace, activate venv and install the stuff there.

keen oyster
#

got your idea. thank you for the help

fair tide
#

Grand

keen oyster
# fair tide Grand

last thing. back to the 200GB data transfer stuff. I will put the aws data to S3 and use runpod cloud sync, does it sound reasonable or not to you?

#

I have to admit the egrass cost incured, as all the downloaded stuff are there in aws instance, need to bring it out if I want to migrate to runpod anyway

fair tide
keen oyster