"csrc/pythonInterface.cpp" did not exist on "c1bfb210c59dc56559b571a927714ca13cea80c5"
Unverified Commit 5db18933 authored by Muhammed Fatih BALIN's avatar Muhammed Fatih BALIN Committed by GitHub
Browse files

[GraphBolt][Tutorial] Fix the typo in the tutorial and colab instance type. (#7163)

parent 5f653c32
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"os.environ['TORCH'] = torch.__version__\n", "os.environ['TORCH'] = torch.__version__\n",
"os.environ['DGLBACKEND'] = \"pytorch\"\n", "os.environ['DGLBACKEND'] = \"pytorch\"\n",
"\n", "\n",
"# Install the CPU version. If you want to install CUDA version, please\n", "# Install the CUDA version. If you want to install CPU version, please\n",
"# refer to https://www.dgl.ai/pages/start.html.\n", "# refer to https://www.dgl.ai/pages/start.html.\n",
"device = torch.device(\"cuda\")\n", "device = torch.device(\"cuda\")\n",
"!pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu121/repo.html\n", "!pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu121/repo.html\n",
...@@ -348,7 +348,8 @@ ...@@ -348,7 +348,8 @@
"metadata": { "metadata": {
"colab": { "colab": {
"private_outputs": true, "private_outputs": true,
"provenance": [] "provenance": [],
"gpuType": "T4"
}, },
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
...@@ -365,8 +366,9 @@ ...@@ -365,8 +366,9 @@
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.12" "version": "3.10.12"
} },
"accelerator": "GPU"
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 0 "nbformat_minor": 0
} }
\ No newline at end of file
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