"src/vscode:/vscode.git/clone" did not exist on "e6fd9ada3a4c45e96d170ce23e33242b3dd0cb56"
Unverified Commit d18d255f authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

Update tutorial cu116 -> cu118. (#5636)

parent e04e9f79
......@@ -33,21 +33,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "F6eQWmWn7lqh",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "f132ff09-a3ad-48be-f3eb-ccb1dd04bdb2"
"id": "F6eQWmWn7lqh"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"DGL installed!\n"
]
}
],
"outputs": [],
"source": [
"# Install required packages.\n",
"import os\n",
......@@ -58,7 +46,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",
"#!pip install --upgrade scipy networkx > /dev/null\n",
"\n",
"try:\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