Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update MXNet dependency to cu100-1.6.0b20191027 for CPU and GPU
Browse files Browse the repository at this point in the history
Nightly release pipelines for cu101-mkl is currently blocked.
Recent CPU builds also failed.
  • Loading branch information
leezu committed Oct 27, 2019
1 parent 6533cfe commit 4520484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion env/cpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- scipy=1.3.1
- pip:
- pylint-quotes==0.2.1
- mxnet-mkl>=1.6.0b20191006
- mxnet-cu100>=1.6.0b20191027
- sacremoses
- sentencepiece<0.2
- sphinx-autodoc-typehints==1.7.0
2 changes: 1 addition & 1 deletion env/docker/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- scikit-learn=0.21.3
- pip:
- pylint-quotes<0.2
- mxnet-cu101mkl>=1.6.0b20191006
- mxnet-cu100>=1.6.0b20191027
- sacremoses
- sentencepiece<0.2
- https://github.com/szha/mx-theme/tarball/master
Expand Down
2 changes: 1 addition & 1 deletion env/gpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- scipy=1.3.1
- pip:
- pylint-quotes<0.2
- mxnet-cu101mkl>=1.6.0b20191006
- mxnet-cu100>=1.6.0b20191027
- sacremoses
- sentencepiece<0.2
- https://github.com/szha/mx-theme/tarball/master
Expand Down

0 comments on commit 4520484

Please sign in to comment.