Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailKardash committed Oct 25, 2024
1 parent c0893c0 commit 0e9d157
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/release-notes/deepspeed-trainer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:orphan:

**New Features**

- DeepSpeed Trainer: Add Trainer API to DeepSpeedTrial. Users can now iterate on DeepSpeed models
off-cluster. An example of DeepSpeed Trainer API has been added in the `examples/deepspeed/dcgan`
directory.

**Breaking Change**

- DeepSpeedContext `env` removal: DeepSpeedContext no longer keeps track of `det.EnvContext`. Users
who need direct access to variables tracked in the `det.EnvContext` should refer to the helper
functions in `DeepSpeedContext`.

0 comments on commit 0e9d157

Please sign in to comment.