-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add release notes for 0.26.3 #8322
Conversation
Docsite preview being generated for this PR. |
docs/release-notes.rst
Outdated
- 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in kubernetes-based setups. | |
in Kubernetes-based setups. |
docs/release-notes.rst
Outdated
|
||
**Deprecated Features** | ||
|
||
- API: Support for mixed precision in ``PyTorchTrial`` using the ``NVIDIA/apex`` library is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- API: Support for mixed precision in ``PyTorchTrial`` using the ``NVIDIA/apex`` library is | |
- API: Support for mixed precision in ``PyTorchTrial`` using NVIDIA's Apex library is |
docs/release-notes.rst
Outdated
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 ``NVIDIA/apex`` package in a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Images: Likewise, environment images will no longer include the ``NVIDIA/apex`` package in a | |
- Images: Likewise, environment images will no longer include the Apex package in a |
docs/release-notes.rst
Outdated
|
||
- 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 deprecated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
methods for editing users will still be available, but deprecated. | |
methods for editing users will still be available, but are now deprecated. |
Docsite preview being generated for this PR. |
(cherry picked from commit 162de31)
Add release notes for 0.26.3.