Closed ktoetotam closed 4 years ago
can you try later versions of mxnet 1.6 from https://dist.mxnet.io/python e.g. mxnet_cu100-1.6.0-py2.py3-none-manylinux1_x86_64.whl ?
Closing the issue, as you are using an old nightly build of MXNet 1.6. Please upgrade to the released version or newer build(pip install --upgrade mxnet-cu100
or pip install --upgrade --pre mxnet-cu100<2 -f https://dist.mxnet.io/python/all
)
eric-haibin-lin thank you very very much! this solved my problem!
leezu, pip install --upgrade mxnet-cu100 this did not work as the mxnet-cu100 had 1.5.1
https://pypi.org/project/mxnet-cu100/
And we needed 1.6.1
Eric's solution worked!
@ktoetotam I am not getting that 1.6.1 version file, can you help me in that.
I am trying to run gluonnlp on cuda 10. I have installed the following package:
mxnet-cu100 1.6.0b20191102
https://pypi.org/project/mxnet-cu100mkl/#history
As it seems like the only one that has mxnet 1.6.0 and supports cuda 10. I have no possibility to upgrade to cuda 10.1 which has the official release for mxnet 1.6.0
The error I get looks like I am still on mxnet 1.5.0 but:
It looks like the pre-release is not compatible? Do you know of any way to use gluonnlp on cuda 10.0? I cannot neither downgrade nor upgrade the cuda version.
The original error is: