Skip to content

Commit 3ef30e6

Browse files
authored
ADS release v2.8.8 (#272)
1 parent 8fbf417 commit 3ef30e6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/workflows/publish-to-readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: "Publish Docs"
22

33
# To run this workflow manually from the Actions tab
4-
on: workflow_dispatch
4+
on:
5+
# Auto-trigger this workflow on tag creation
6+
push:
7+
tags:
8+
- 'v*.*.*'
59

610
env:
711
RTDS_ADS_PROJECT: https://readthedocs.org/api/v3/projects/accelerated-data-science

ads/ads_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.8.7"
2+
"version": "2.8.8"
33
}

docs/source/release_notes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Release Notes
33
=============
44

5+
2.8.8
6+
-----
7+
Release date: July 27, 2023
8+
9+
* Added ``PyTorchDistributed`` runtime option for Data Science jobs to add support for training large language models with PyTorch.
10+
* Added options to configure flexible shape in ``opctl``.
11+
* Refactored ``deploy()`` in ``GenericModel`` to prioritize the parameters.
12+
* Fixed the ``opctl`` commands delete/cancel/watch/activate/deactivate commands to add missing parameter options.
13+
* Fixed the ``opctl`` commands to call run to start an ML job when no YAML is specified.
14+
* Deprecated the ``DatasetFactory`` class, and refactored the code.
15+
516
2.8.7
617
-----
718
Release date: June 22, 2023

0 commit comments

Comments
 (0)