-
Notifications
You must be signed in to change notification settings - Fork 210
Description
Problem
This is mostly just a mismatch between what my IT team is making available to me and what Dstack has in its whitelist. But if possible, could we add the D*AS family of CPUs to the whitelist. Specifically my IT team / Microsoft has enabled v5, but I'm hoping to eventually move to v6 and potentially v7 once it comes to USEast.
Solution
So, looking at https://github.com/dstackai/gpuhunt/blob/main/src/gpuhunt/providers/azure.py
I'd love it if we could add an optional A as well as optional 5 and 7 to the version of the line
VMSeries(r"D(\d+)s_v6", None, None), # Dsv6-series
but if that's too broad, just
VMSeries(r"D(\d+)as_v5", None, None), # Dasv5-series
would be sufficient for my current work.
Sorry, I'd offer the PR but I have no idea what testing you guys would want me to do for such a change.
Workaround
No response
Would you like to help us implement this feature by sending a PR?
No