-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Labels
Description
Original request:
### Problem
There is no option currently to specify the cuda version of the instance on runpod backend.
### Solution
Use allowed_cuda_versions parameter on the runpod api to have the option.
### Workaround
_No response_
### Would you like to help us implement this feature by sending a PR?
No
Updated description:
Problem
Currently, gpuhut returns all offers, including the offers that come with too old CUDA version, e.g. 11.x. Because dstack doesn't allow to filter that, it can be that sometimes a user is using 12.4 CUDA version inside the Docker image but the host can have, e.g. 11.x version.
Solution
Filter out the offers withe the hosts that have too old CUDA version