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

Update tutorial cu116 -> cu118. (#5634)

parent 039be25d
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
}, },
"language_info": { "language_info": {
"name": "python" "name": "python"
} },
"accelerator": "GPU",
"gpuClass": "standard"
}, },
"cells": [ "cells": [
{ {
...@@ -39,7 +41,7 @@ ...@@ -39,7 +41,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",
"\n", "\n",
"try:\n", "try:\n",
" import dgl\n", " import dgl\n",
...@@ -49,22 +51,10 @@ ...@@ -49,22 +51,10 @@
"print(\"DGL installed!\" if installed else \"DGL not found!\")" "print(\"DGL installed!\" if installed else \"DGL not found!\")"
], ],
"metadata": { "metadata": {
"colab": { "id": "FTqB360eRvya"
"base_uri": "https://localhost:8080/"
},
"id": "FTqB360eRvya",
"outputId": "df54b94e-fd1b-4b96-fca1-21948284254c"
}, },
"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