Unverified Commit 039be25d authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

Update tutorial cu116 -> cu118. (#5633)

parent 78ecd508
......@@ -14,7 +14,8 @@
"language_info": {
"name": "python"
},
"gpuClass": "standard"
"gpuClass": "standard",
"accelerator": "GPU"
},
"cells": [
{
......@@ -43,7 +44,7 @@
"# Uncomment below to install required packages. If the CUDA version is not 11.6,\n",
"# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n",
"# version and corresponding command to install DGL.\n",
"#!pip install dgl -f https://data.dgl.ai/wheels/cu116/repo.html > /dev/null\n",
"#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n",
"\n",
"try:\n",
" import dgl.sparse as dglsp\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment