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

Update tutorial cu116 -> cu118. (#5637)

parent 852ddfb9
......@@ -13,7 +13,8 @@
"language_info": {
"name": "python"
},
"gpuClass": "standard"
"gpuClass": "standard",
"accelerator": "GPU"
},
"cells": [
{
......@@ -41,7 +42,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 torchmetrics > /dev/null\n",
"\n",
"try:\n",
......@@ -52,22 +53,10 @@
"print(\"DGL installed!\" if installed else \"Failed to install DGL!\")"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "__2tKqL0eaB0",
"outputId": "5b5106f6-074b-42a5-fc4c-4936efd2cef8"
"id": "__2tKqL0eaB0"
},
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"DGL installed!\n"
]
}
]
"outputs": []
},
{
"cell_type": "markdown",
......
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