Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dstackai/dstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.11
Choose a base ref
...
head repository: dstackai/dstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.12
Choose a head ref
  • 17 commits
  • 112 files changed
  • 9 contributors

Commits on May 28, 2025

  1. Update gitignore logic to catch more cases (#2695)

    Existing implementation was missing support for a `**`
    which was pretty critical. This updates the logic to use an
    existing library which already supports `**`.
    
    Co-authored-by: Victor Skvortsov <vds003@gmail.com>
    Co-authored-by: Jvst Me <git@jvst.me>
    3 people authored May 28, 2025
    Configuration menu
    Copy the full SHA
    5d57e19 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Configuration menu
    Copy the full SHA
    3e33fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2617c0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bdf903 View commit details
    Browse the repository at this point in the history
  4. Add distributed Axolotl and TRL example (#2703)

    * Add distributed Axolotl and TRL example
    
    * Resolve review comments
    
    * [Docs] Renamed `Fine-tuning` to `Single-node training` for more clarity and consistence
    
    * Remove uv from examples with ngc and remove multi-node example from single node training
    
    * [Examples] Minor improvements regarding TRL and Axolotl
    
    * Update Axolotl Single Node Training Example
    
    ---------
    
    Co-authored-by: Bihan  Rana <bihan@Bihans-MacBook-Pro.local>
    Co-authored-by: peterschmidt85 <andrey.cheptsov@gmail.com>
    3 people authored May 29, 2025
    Configuration menu
    Copy the full SHA
    36cb5aa View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    1e16fe1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Implement DSTACK_MPI_HOSTFILE (#2718)

    * Implement DSTACK_MPI_HOSTFILE
    
    * Document DSTACK_MPI_HOSTFILE
    r4victor authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    918a921 View commit details
    Browse the repository at this point in the history
  2. Implement startup_order and stop_criteria (#2714)

    * Implement startup_order
    
    * Implement stop_criteria
    
    * Fix tests
    
    * Test master job waiting for workers
    
    * Exclude new fields for client backward compatibility
    
    * Add reference for startup_order and stop_criteria
    
    * Fix hardcoded enum values in reference
    
    * Minor fixes
    r4victor authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    2ddae6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a444b84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de0bf5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3090a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Fix backward compatibility when creating fleets (#2727)

    Fix apply plan excludes being formed incorrectly,
    resulting in broken client-to-server backward
    compatibility.
    jvstme authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    c1126ba View commit details
    Browse the repository at this point in the history
  2. [UX]: Make run status in UI and CLI easier to understand (#2716)

    Co-authored-by: Oleg Vavilov <vavilovolegik@gmail.com>
    peterschmidt85 and olgenn authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    8988c9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e641f11 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. [Internal]: Drop hardcoded regions from the backend template (#2734)

    Do not suggest hardcoding regions since it is not
    necessary for most backends and can mislead
    contributors.
    jvstme authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    23cb72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b1b73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8732138 View commit details
    Browse the repository at this point in the history
Loading