-
Notifications
You must be signed in to change notification settings - Fork 207
Comparing changes
Open a pull request
base repository: dstackai/dstack
base: c8c14cd
head repository: dstackai/dstack
compare: 17cc2bd
- 14 commits
- 48 files changed
- 6 contributors
Commits on Oct 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7792f9e - Browse repository at this point
Copy the full SHA 7792f9eView commit details
Commits on Oct 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 205a2cd - Browse repository at this point
Copy the full SHA 205a2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 006dbf6 - Browse repository at this point
Copy the full SHA 006dbf6View commit details
Commits on Nov 2, 2025
-
* Fix Creation policy and Idle duration * Add fleet configurations for multi-node examples * Add Create fleet to quickstart * Fix Idle duration * Move Fleets up * Do not mention autocreated fleets * Fix pronoun * Update docs/docs/quickstart.md Co-authored-by: Andrey Cheptsov <[email protected]> * Update docs/docs/quickstart.md Co-authored-by: Andrey Cheptsov <[email protected]> * Update docs/docs/quickstart.md Co-authored-by: Andrey Cheptsov <[email protected]> * Make Fleet section collapsed by default * [Docs] Improve fleet documentation to reflect fleet-first UX changes --------- Co-authored-by: Andrey Cheptsov <[email protected]> Co-authored-by: peterschmidt85 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de0ae07 - Browse repository at this point
Copy the full SHA de0ae07View commit details
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e9b9812 - Browse repository at this point
Copy the full SHA e9b9812View commit details
Commits on Nov 5, 2025
-
[CLI] Improve the output of
dstack ps(#3253)* [CLI] Add color to the STATUS column * [CLI] Show `RESOURCES` only in verbose mode, otherwise only show `GPU`. Also move `(spot)` to `PRICE. * [CLI] Fix tests * [CLI] Show `replica=...` and `job=...` only when needed. * [CLI] Show `replica=...` and `job=...` only when needed. (bugfix) * [CLI] Show `replica=...` and `job=...` only when needed. (cleanup+bugfix)
Configuration menu - View commit details
-
Copy full SHA for d3ba8b4 - Browse repository at this point
Copy the full SHA d3ba8b4View commit details -
[chore]: Drop temporary
python-dxfpatch (#3245)The patch was originally introduced to address a registry authentication issue, which has since been fixed upstream in version 12.1.1.
Configuration menu - View commit details
-
Copy full SHA for c4212d1 - Browse repository at this point
Copy the full SHA c4212d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2471d4b - Browse repository at this point
Copy the full SHA 2471d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b230df1 - Browse repository at this point
Copy the full SHA b230df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8683e0 - Browse repository at this point
Copy the full SHA c8683e0View commit details
Commits on Nov 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4ecf75d - Browse repository at this point
Copy the full SHA 4ecf75dView commit details -
Kubernetes: request all suitable GPUs (#3259)
Previously, KubernetesCompute only used GPU from the first offer to set node affinity, and if that type of GPU was not available (e.g., another job or even some non-dstack pod had already taken it), the job eventually failed with FAILED_TO_START_DUE_TO_NO_CAPACITY, even if there were other GPUs matching the run spec requirements. Now, we inspect all nodes to request all suitable GPUs (any of). In addition, we now use upper bounds of Ranges (CPU, memory, disk) as limits except for GPU, which cannot have request =/= limit (as it cannot be overcommited). Part-of: #3126
Configuration menu - View commit details
-
Copy full SHA for ea555f3 - Browse repository at this point
Copy the full SHA ea555f3View commit details -
[Bug]: Using "files" directive with an SSH Fleet will have dstack-run…
…ner consume all ram and hang (#3263) Co-authored-by: Dmitry Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd64a01 - Browse repository at this point
Copy the full SHA dd64a01View commit details -
Include non-GPU offers on
gpu: 0..(#3264)Previously, `dstack` did not return any non-GPU offers if GPU name, memory, or vendor requirements are set, regardless of the GPU count requirement. ```shell > dstack offer --gpu 0..:nvidia # BACKEND RESOURCES INSTANCE TYPE PRICE 1 aws (eu-west-2) cpu=4 mem=16GB disk=100GB T4:16GB:1 (spot) g4dn.xlarge $0.1879 2 aws (us-east-1) cpu=4 mem=16GB disk=100GB T4:16GB:1 (spot) g4dn.xlarge $0.1914 3 aws (ca-central-1) cpu=4 mem=16GB disk=100GB T4:16GB:1 (spot) g4dn.xlarge $0.1931 <...> ``` Now, it Includes non-GPU offers if the lower GPU count bound is set to `0`. ```shell > dstack offer --gpu 0..:nvidia # BACKEND RESOURCES INSTANCE TYPE PRICE 1 aws (eu-north-1) cpu=2 mem=8GB disk=100GB (spot) t3.large $0.0281 2 aws (us-west-1) cpu=2 mem=8GB disk=100GB (spot) t3.large $0.0297 3 aws (eu-west-2) cpu=2 mem=8GB disk=100GB (spot) t3.large $0.0298 <...> 1752 aws (ca-central-1) cpu=192 mem=2048GB disk=100GB H100:80GB:8 (spot) p5.48xlarge $63.296 1753 aws (us-west-1) cpu=192 mem=2048GB disk=100GB H100:80GB:8 p5.48xlarge $68.8 1754 aws (eu-west-2) cpu=192 mem=2048GB disk=100GB H100:80GB:8 p5.48xlarge $71.552 ```
Configuration menu - View commit details
-
Copy full SHA for 17cc2bd - Browse repository at this point
Copy the full SHA 17cc2bdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff c8c14cd...17cc2bd