"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "98c1a8e793b3f78f40c612d31a8501cc67b56259"
Unverified Commit 50810a4e authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

Update tutorial cu116 -> cu118. (#5638)

parent f090e397
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"# Uncomment below to install required packages. If the CUDA version is not 11.6,\n", "# 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", "# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n",
"# version and corresponding command to install DGL.\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 ogb >/dev/null\n", "#!pip install ogb >/dev/null\n",
"\n", "\n",
"try:\n", "try:\n",
...@@ -38,22 +38,10 @@ ...@@ -38,22 +38,10 @@
"print(\"DGL installed!\" if installed else \"Failed to install DGL!\")" "print(\"DGL installed!\" if installed else \"Failed to install DGL!\")"
], ],
"metadata": { "metadata": {
"colab": { "id": "8wIJZQqODy-7"
"base_uri": "https://localhost:8080/"
},
"id": "8wIJZQqODy-7",
"outputId": "d9a9400a-e600-4749-b786-2736af35a130"
}, },
"execution_count": null, "execution_count": null,
"outputs": [ "outputs": []
{
"output_type": "stream",
"name": "stdout",
"text": [
"DGL installed!\n"
]
}
]
}, },
{ {
"cell_type": "markdown", "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