yhlong00000
yhlong00000
RRunPod
Created by Mado on 12/25/2024 in #⚡|serverless
Build can't find requirements.txt
Set the working directory inside the container WORKDIR /app Copy everything from the current directory to /app in the container COPY . . Install dependencies RUN pip install -r requirements.txt
2 replies
RRunPod
Created by zfmoodydub on 12/24/2024 in #⛅|pods
PyTorch Pods never initializing - stuck waiting for logs
I just checked, those machines has some issue, could you create a new pod first, once new one is good and up running, then terminate those two old pods?
30 replies
RRunPod
Created by juvenilelocksmith on 12/20/2024 in #⛅|pods
Repeated RunPod Stripe payment problems
I sincerely apologize for the data loss you’ve experienced and for not addressing your payment issue in a timely manner. This was entirely my oversight, and I take full responsibility for it. I should not have assumed your issue was resolved simply because you shared the details via DM with my colleague. While Discord isn’t our official support channel and we typically recommend using our contact page to submit a ticket for urgent matters like payments, I understand that mentioning this now may feel like an excuse. To make things right, you can either create a ticket directly and share the ticket number with me, or, if you prefer, you can DM me your RunPod email address, and I’ll open a ticket on your behalf to ensure it’s handled promptly. https://contact.runpod.io/hc/en-us/requests/new Please know that we are fully committed to resolving this issue and will do everything we can to make things right.
9 replies
RRunPod
Created by Abhilash on 12/22/2024 in #⛅|pods
Open UDP Port
You can open any port on your pod, but you don’t have control which port it map to the host machine. The host port will control by the system. https://docs.runpod.io/pods/configuration/expose-ports
3 replies
RRunPod
Created by juvenilelocksmith on 12/20/2024 in #⛅|pods
Repeated RunPod Stripe payment problems
Unfortunately No, when your balance is below 0, we give you couple days to keep your network volume. But if you still not able to add money. System will auto remove the resources you are using.
9 replies
RRunPod
Created by Ben on 12/20/2024 in #⛅|pods
Throttled download speed from container registry while still being billed
The network is complex, multiple factors from source to destination, the load on data center links, the location of your image registry and its download speed capabilities, and the routing path between your image registry and our data centers. Since our data centers are located in different countries, the routing path’s congestion and other variables also play a significant role.🥲
15 replies
RRunPod
Created by Cai on 12/20/2024 in #⛅|pods
"Something went wrong!" when trying to sync with Google Cloud Storage
Behind the scenes, the system uses rclone for copy file. We will update the UI to provide more detailed error messages. In the meantime, if you are familiar with rclone, you can use it directly to copy files to your bucket.
rclone config create remote "google cloud storage" service_account_credentials "<service_account_credentials>" location "<location>" bucket_policy_only "true"
rclone config create remote "google cloud storage" service_account_credentials "<service_account_credentials>" location "<location>" bucket_policy_only "true"
rclone copy <source> <destination>
rclone copy <source> <destination>
8 replies
RRunPod
Created by Cai on 12/20/2024 in #⛅|pods
"Something went wrong!" when trying to sync with Google Cloud Storage
Should be full JSON
8 replies
RRunPod
Created by Cai on 12/20/2024 in #⛅|pods
"Something went wrong!" when trying to sync with Google Cloud Storage
probably wrong credential, path and etc, check this doc: https://docs.runpod.io/pods/configuration/export-data#google-cloud-storage
8 replies
RRunPod
Created by Ben on 12/20/2024 in #⛅|pods
Throttled download speed from container registry while still being billed
It might be worth trying a different container registry or switching to a different data center to see if you get better speeds.
15 replies
RRunPod
Created by Karo Uniform on 12/19/2024 in #⛅|pods
No datacenter for H200 with Volume?
So far, most of our H200 GPUs are in the new data center, so we haven’t had a chance to include the storage yet.
5 replies
RRunPod
Created by FYB J Mane on 12/19/2024 in #⚡|serverless
How exactly does serverless pricing work?
When send a request to serverless, the system will wake up a worker, that’s time you start to get charged. When job finished and worker shutdown, the bill ends
3 replies
RRunPod
Created by solanotodeschini on 12/19/2024 in #⚡|serverless
Worker not executing job
Probably some bug in handler file, maybe share the container logs if you have any
3 replies
RRunPod
Created by nevermind on 12/17/2024 in #⛅|pods
Whats happening to runpod rn
17 replies
RRunPod
Created by openmind on 12/16/2024 in #⚡|serverless
How to deploy ModelsLab/Uncensored-llama3.1-nemotron?
you can't use 3 or 6 GPUs, has to be 2,4,8 GPUs
11 replies
RRunPod
Created by profondob1ue on 12/16/2024 in #⚡|serverless
Incrase serverless worker count after 30.
you can dm me your account email, i can adjust it for you.
9 replies
RRunPod
Created by PhysSci on 12/16/2024 in #⛅|pods
50/50 success with running a standart vllm template
max-model-length maybe too large, try to a smaller number.
5 replies
RRunPod
Created by xas on 12/13/2024 in #⛅|pods
Pod separation
the serverless endpoint provides more granular control through the API keys. Pods you can't
3 replies
RRunPod
Created by lbp7lnzo on 12/12/2024 in #⛅|pods
How often do pods get network speed tested?
not very often, if you want to check the speed, try this command: apt install speedtest-cli speedtest-cli
3 replies
RRunPod
Created by lberglund on 11/23/2024 in #⛅|pods
Can't connect via ssh: Runpod asking for password
you can also manually add your ssh public key to the ~/.ssh/authorized_keys file, so you don't have to restart the pod.
8 replies