File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## v1.61.0 (2020-06-09)
4
20
5
21
### Features
Original file line number Diff line number Diff line change 1
- 1.61 .1.dev0
1
+ 1.62 .1.dev0
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ The default serialization system generates three files:
176
176
- ``model-symbol.json ``: The MXNet ``Module `` ``Symbol `` serialization,
177
177
produced by invoking ``save `` on the ``symbol `` property of the
178
178
``Module `` being saved.
179
- - ``modle .params ``: The MXNet ``Module `` parameters, produced by
179
+ - ``model .params ``: The MXNet ``Module `` parameters, produced by
180
180
invoking ``save_params `` on the ``Module `` being saved.
181
181
182
182
You can provide your own save function. This is useful if you are not working with the ``Module `` API or you need special processing.
You can’t perform that action at this time.
0 commit comments