No space left on device, for deploying Pytorch Model #2921
Unanswered
m-ali-awan
asked this question in
Help
Replies: 1 comment
-
Hey @m-ali-awan , I am doing this currently.
Did you find a way to make that work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, hope you are fine.
I am trying to deploy VQGAN+CLIP model using Sagemaker, and I am using PyTorch.
Here is my code:
Now, I am facing following error:
Here is my requirements.txt:
Now, I think most of the space is taken by these installations, also the sizes of models is somewhat around 2 gbs. Now once I try local mode. Then I see that my following directory space runs out.
So, kindly help me with, making it run on local mode, for this I think I need to change the directory where these installations are done.
Also, I think there are some container size limits, that's why it is giving me out of space error.
Thanks, for any help.
Beta Was this translation helpful? Give feedback.
All reactions