Skip to content

Commit

Permalink
docs: add release notes for 0.26.3 (#8322)
Browse files Browse the repository at this point in the history
  • Loading branch information
gt2345 authored Nov 3, 2023
1 parent a472745 commit 162de31
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
26 changes: 26 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@
Version 0.26
**************

Version 0.26.3
==============

**Release Date:** November 03, 2023

**New Features**

- CLI: Add a new CLI command ``det user edit <target_user> [--display-name] [--remote] [--active]
[--admin] [--username]`` that allows the user to edit mutliple fields for the target user. Old
methods for editing users will still be available, but are now deprecated.

- Add new ``directory`` checkpoint storage type, which allows for storing checkpoint and
TensorBoard data at a specified path inside the task containers. Users are responsible for
mounting a persistent storage at this path, e.g., a shared PVC using ``pod_spec`` configuration
in Kubernetes-based setups.

**Deprecated Features**

- API: Support for mixed precision in ``PyTorchTrial`` using NVIDIA's Apex library is deprecated
and will be removed in a future version of Determined. Users should transition to Torch Automatic
Mixed Precision (``torch.cuda.amp``). For examples, refer to the `examples
<https://github.com/determined-ai/determined/tree/0.26.1/harness/tests/experiment/fixtures/pytorch_amp>`_.

- Images: Likewise, environment images will no longer include the Apex package in a future version
of Determined. If needed, users can install it from the official repository.

Version 0.26.2
==============

Expand Down
7 changes: 0 additions & 7 deletions docs/release-notes/cli-user-edit.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/release-notes/deprecate-apex.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/release-notes/directory-ckpt-storage.rst

This file was deleted.

0 comments on commit 162de31

Please sign in to comment.