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
d18d255f
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "1f9ae6686e7762a518172e5ec673508e3b706300"
Unverified
Commit
d18d255f
authored
May 01, 2023
by
Hongzhi (Steve), Chen
Committed by
GitHub
May 01, 2023
Browse files
Update tutorial cu116 -> cu118. (#5636)
parent
e04e9f79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
notebooks/sparse/graph_diffusion.ipynb
notebooks/sparse/graph_diffusion.ipynb
+3
-15
No files found.
notebooks/sparse/graph_diffusion.ipynb
View file @
d18d255f
...
@@ -33,21 +33,9 @@
...
@@ -33,21 +33,9 @@
"cell_type": "code",
"cell_type": "code",
"execution_count": null,
"execution_count": null,
"metadata": {
"metadata": {
"id": "F6eQWmWn7lqh",
"id": "F6eQWmWn7lqh"
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "f132ff09-a3ad-48be-f3eb-ccb1dd04bdb2"
},
},
"outputs": [
"outputs": [],
{
"output_type": "stream",
"name": "stdout",
"text": [
"DGL installed!\n"
]
}
],
"source": [
"source": [
"# Install required packages.\n",
"# Install required packages.\n",
"import os\n",
"import os\n",
...
@@ -58,7 +46,7 @@
...
@@ -58,7 +46,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/cu11
6
/repo.html > /dev/null\n",
"#!pip install dgl -f https://data.dgl.ai/wheels/cu11
8
/repo.html > /dev/null\n",
"#!pip install --upgrade scipy networkx > /dev/null\n",
"#!pip install --upgrade scipy networkx > /dev/null\n",
"\n",
"\n",
"try:\n",
"try:\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