Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for selecting disk type (SSD/NVME) #330

Open
casper-hansen opened this issue Jul 31, 2024 · 0 comments
Open

Add option for selecting disk type (SSD/NVME) #330

casper-hansen opened this issue Jul 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@casper-hansen
Copy link

Is your feature request related to a problem? Please describe.
The web interface for RunPod allows the user to select the Disk Type of the pod. I would like to have this available in the SDK since this can make a big difference in the speed of quantizing big models. NVME significantly speeds things up.

image

Describe the solution you'd like
Implement a new argument for runpod.create_pod that is called disk_type which defaults to SSD like in the UI, but which also accepts NVME.

Describe alternatives you've considered
There are no official alternatives if you want to programmatically launch a pod with NVME. The only alternative is reverse engineering the GraphQL calls and making them yourselves.

@casper-hansen casper-hansen added the enhancement New feature or request label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant