Wsl2 mxnet cuda 11.0

I have installed WSL2 on Windows 10 Insider version.
With it, installed CUDA 11.0 SDK.

Is there an mxnet version that can be installed for python -m pip install mxnet-cu110 or similar. Currently I cannot find any mxnet/GPU that would work on this platform.

Thanks,
Mickey

Check this site.

pip install mxnet-cu110==1.9.0b20201117 -f https://dist.mxnet.io/python/cu110

Hope this helps.

1 Like