Check failed: allow_missing: Device API cuda is not enabled. Please install the cuda version of dgl.
dgl.version = 2.0.0
torch.cuda.device_count() = 1
torch.cuda.is_available() = True
torch.version = 2.1.0+cu121
I double check that I install the dgl with command:
pip install dgl -f https://data.dgl.ai/wheels/cu121/repo.html
pip install dglgo -f https://data.dgl.ai/wheels-test/repo.html