Commit 8f66656f authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen
Browse files

Created using Colaboratory

parent e5aeeeed
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
], ],
"gpuType": "T4", "gpuType": "T4",
"private_outputs": true, "private_outputs": true,
"authorship_tag": "ABX9TyMa/mQpKaVWFeVZfkCXcqlp", "authorship_tag": "ABX9TyMhsESic1tNnxZpg1cZng0U"
"include_colab_link": true
}, },
"kernelspec": { "kernelspec": {
"name": "python3", "name": "python3",
...@@ -22,16 +21,6 @@ ...@@ -22,16 +21,6 @@
"accelerator": "GPU" "accelerator": "GPU"
}, },
"cells": [ "cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/dmlc/dgl/blob/master/notebooks/graphbolt/walkthrough.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
...@@ -59,7 +48,8 @@ ...@@ -59,7 +48,8 @@
"os.environ['TORCH'] = torch.__version__\n", "os.environ['TORCH'] = torch.__version__\n",
"os.environ['DGLBACKEND'] = \"pytorch\"\n", "os.environ['DGLBACKEND'] = \"pytorch\"\n",
"\n", "\n",
"!pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu118/repo.html > /dev/null\n", "# Uncomment following commands to download Pytorch and DGL\n",
"# !pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu118/repo.html > /dev/null\n",
"\n", "\n",
"try:\n", "try:\n",
" import dgl.graphbolt as gb\n", " import dgl.graphbolt as gb\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