You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix Handle KeyboardInterrupt in CLI when getting run plan #1626
* Allow using all existing regions unless a specific set of regions is configured #1573
* Delete src/dstack/_internal/cli/commands/apply.py
* Revert "Delete src/dstack/_internal/cli/commands/apply.py"
This reverts commit 0e6a938.
* Fix use all available runpod regions by default
---------
Co-authored-by: Ishu Singh <[email protected]>
Current
The RunPod backend only uses a fixed set of regions by default.
This leads to poorer GPUs availability, e.g. NVIDIA H100 NVL (94GB) is only available in US-KS-2 that is not used by default.
Proposed
Allow using all existing regions unless a specific set of regions is configured in
.dstack/server/config.yml
.The text was updated successfully, but these errors were encountered: