Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.19.23 source code.tar.gz | 2025-08-08 | 31.5 MB | |
0.19.23 source code.zip | 2025-08-08 | 32.2 MB | |
README.md | 2025-08-08 | 1.7 kB | |
Totals: 3 Items | 63.7 MB | 0 |
Major bug-fixes
- This release resolves an issue introduced in 0.19.22 that caused instance provisioning to fail consistently for certain instance types.
Backends
Nebius
The nebius
backend now supports spot instances and the NVIDIA B200 GPU.
:::shell
> dstack offer -b nebius --spot
# BACKEND RESOURCES PRICE
1 nebius (eu-north1) cpu=16 mem=200GB disk=100GB H100:80GB:1 (spot) $1.25
2 nebius (eu-north1) cpu=16 mem=200GB disk=100GB H200:141GB:1 (spot) $1.45
3 nebius (eu-west1) cpu=16 mem=200GB disk=100GB H200:141GB:1 (spot) $1.45
4 nebius (us-central1) cpu=16 mem=200GB disk=100GB H200:141GB:1 (spot) $1.45
5 nebius (eu-north1) cpu=128 mem=1600GB disk=100GB H100:80GB:8 (spot) $10
6 nebius (eu-north1) cpu=128 mem=1600GB disk=100GB H200:141GB:8 (spot) $11.6
7 nebius (eu-west1) cpu=128 mem=1600GB disk=100GB H200:141GB:8 (spot) $11.6
8 nebius (us-central1) cpu=128 mem=1600GB disk=100GB H200:141GB:8 (spot) $11.6
> dstack offer -b nebius --gpu 8:b200
# BACKEND RESOURCES PRICE
1 nebius (us-central1) cpu=160 mem=1792GB disk=100GB B200:180GB:8 $44
What's changed
- Fix
dstack-shim
release build by @jvstme in https://github.com/dstackai/dstack/pull/2964 - [Nebius] Support spot instances and B200 by @peterschmidt85 in https://github.com/dstackai/dstack/pull/2965
Full Changelog: https://github.com/dstackai/dstack/compare/0.19.22...0.19.23