Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06788e6

Browse files
authored
Update to MXNet 1.4.1 (#696)
1 parent bb588ec commit 06788e6

8 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Note that Sockeye has checks in place to not translate with an old model that wa
1010

1111
Each version section may have have subsections for: _Added_, _Changed_, _Removed_, _Deprecated_, and _Fixed_.
1212

13+
## [1.18.99]
14+
### Changed
15+
- Updated to [MXNet 1.4.1](https://github.com/apache/incubator-mxnet/tree/1.4.1)
16+
1317
## [1.18.98]
1418
### Changed
1519
- Converted several transformer-related layer implementations to Gluon HybridBlocks. No functional change.

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sockeye requires:
66
- **Python3**
7-
- [MXNet 1.4.0](https://github.com/apache/incubator-mxnet/tree/1.4.0)
7+
- [MXNet 1.4.1](https://github.com/apache/incubator-mxnet/tree/1.4.1)
88
- numpy
99

1010
## Installation

requirements/requirements.gpu-cu100.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyyaml>=5.1
2-
mxnet-cu100mkl==1.4.0
2+
mxnet-cu100mkl==1.4.1
33
numpy>=1.14
44
typing
55
portalocker

requirements/requirements.gpu-cu80.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyyaml>=5.1
2-
mxnet-cu80mkl==1.4.0
2+
mxnet-cu80mkl==1.4.1
33
numpy>=1.14
44
typing
55
portalocker

requirements/requirements.gpu-cu90.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyyaml>=5.1
2-
mxnet-cu90mkl==1.4.0
2+
mxnet-cu90mkl==1.4.1
33
numpy>=1.14
44
typing
55
portalocker

requirements/requirements.gpu-cu92.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyyaml>=5.1
2-
mxnet-cu92mkl==1.4.0
2+
mxnet-cu92mkl==1.4.1
33
numpy>=1.14
44
typing
55
portalocker

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyyaml>=5.1
2-
mxnet-mkl==1.4.0
2+
mxnet-mkl==1.4.1
33
numpy>=1.14
44
typing
55
portalocker

sockeye/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
1313

14-
__version__ = '1.18.98'
14+
__version__ = '1.18.99'

0 commit comments

Comments
 (0)