Anhnam420
RRunPod
•Created by Anhnam420 on 10/31/2024 in #⛅|pods-clusters
Python SDK resume_pod
Hi, I'm using the Python SDK to resume a pod. However, I can't resume a pod with 0 gpu
runpod.resume_pod(
pod_id=pod_id,
gpu_count=0
)
This does not work, the pod still start with 1 gpu
4 replies
RRunPod
•Created by Anhnam420 on 10/20/2024 in #⛅|pods-clusters
Create Pod with networkVolume using runpodctl
Hi, I create a network volume and give it a name. How to create a pod with this volume attach ?
19 replies