"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "b6d7e31d10df675d86c6fe7838044712c6dca4e9"
Commit 8f66656f authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen
Browse files

Created using Colaboratory

parent e5aeeeed
......@@ -9,8 +9,7 @@
],
"gpuType": "T4",
"private_outputs": true,
"authorship_tag": "ABX9TyMa/mQpKaVWFeVZfkCXcqlp",
"include_colab_link": true
"authorship_tag": "ABX9TyMhsESic1tNnxZpg1cZng0U"
},
"kernelspec": {
"name": "python3",
......@@ -22,16 +21,6 @@
"accelerator": "GPU"
},
"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",
"source": [
......@@ -59,7 +48,8 @@
"os.environ['TORCH'] = torch.__version__\n",
"os.environ['DGLBACKEND'] = \"pytorch\"\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",
"try:\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