Cuda versions DGL

Hello,
Is it possible to train with GPU using 11.8 as Cuda and not install one of the versions available?
I only see 10.2, 11.3, and 11.6 in the official installation guide.
I have installed dgl with Cuda version 11.6 but it generates this error:

‘dgl._ffi.base.DGLError: [15:46:24] /opt/dgl/src/runtime/c_runtime_api.cc:87: Check failed: allow_missing: Device API gpu is not enabled. Please install the cuda version of dgl.’

Thank you!

There could be multiple versions of DGL in your machine, could you uninstall the DGL first and then reinstall it? Following this Installation for install and make sure you have uninstalled DGL untill ‘import dgl’ failed.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.