File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : " Publish Docs"
2
2
3
3
# 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*.*.*'
5
9
6
10
env :
7
11
RTDS_ADS_PROJECT : https://readthedocs.org/api/v3/projects/accelerated-data-science
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.8.7 "
2
+ "version" : " 2.8.8 "
3
3
}
Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
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
+
5
16
2.8.7
6
17
-----
7
18
Release date: June 22, 2023
You can’t perform that action at this time.
0 commit comments