DGL cuda 11 installation

Hello,
I saw that a dgl version which supports cuda 11 was released, but I don’t know how can I install it
Thank you

Does

conda install -c dglteam dgl-cuda11.0

or

pip install dgl-cu110

work?

We don’t have release for CUDA 11 yet, but you can build it from source with CUDA 11.

Thanks for your reply @mufeili.
No it does not work :confused: ,there is no release for CUDA 11 as mentionned in @VoVAllen answer