Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
8f66656f
"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "b6d7e31d10df675d86c6fe7838044712c6dca4e9"
Commit
8f66656f
authored
Oct 15, 2023
by
Hongzhi (Steve), Chen
Browse files
Created using Colaboratory
parent
e5aeeeed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
notebooks/graphbolt/walkthrough.ipynb
notebooks/graphbolt/walkthrough.ipynb
+3
-13
No files found.
notebooks/graphbolt/walkthrough.ipynb
View file @
8f66656f
...
...
@@ -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",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment