Skip to content

Commit 340bbcf

Browse files
authored
Merge branch 'master' into doc-improvements
2 parents 16c1ed6 + c531e8e commit 340bbcf

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v1.62.0 (2020-06-11)
4+
5+
### Features
6+
7+
* Support for multi variant endpoint invocation with target variant param
8+
9+
### Bug Fixes and Other Changes
10+
11+
* Revert "feature: Support for multi variant endpoint invocation with target variant param (#1571)"
12+
* make instance_type optional for prepare_container_def
13+
* docs: workflows navigation
14+
15+
### Documentation Changes
16+
17+
* fix typo in MXNet documentation
18+
319
## v1.61.0 (2020-06-09)
420

521
### Features

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.61.1.dev0
1+
1.62.1.dev0

doc/frameworks/mxnet/using_mxnet.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The default serialization system generates three files:
176176
- ``model-symbol.json``: The MXNet ``Module`` ``Symbol`` serialization,
177177
produced by invoking ``save`` on the ``symbol`` property of the
178178
``Module`` being saved.
179-
- ``modle.params``: The MXNet ``Module`` parameters, produced by
179+
- ``model.params``: The MXNet ``Module`` parameters, produced by
180180
invoking ``save_params`` on the ``Module`` being saved.
181181

182182
You can provide your own save function. This is useful if you are not working with the ``Module`` API or you need special processing.

0 commit comments

Comments
 (0)