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
039be25d
Unverified
Commit
039be25d
authored
May 01, 2023
by
Hongzhi (Steve), Chen
Committed by
GitHub
May 01, 2023
Browse files
Update tutorial cu116 -> cu118. (#5633)
parent
78ecd508
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
notebooks/sparse/quickstart.ipynb
notebooks/sparse/quickstart.ipynb
+3
-2
No files found.
notebooks/sparse/quickstart.ipynb
View file @
039be25d
...
@@ -14,7 +14,8 @@
...
@@ -14,7 +14,8 @@
"language_info": {
"language_info": {
"name": "python"
"name": "python"
},
},
"gpuClass": "standard"
"gpuClass": "standard",
"accelerator": "GPU"
},
},
"cells": [
"cells": [
{
{
...
@@ -43,7 +44,7 @@
...
@@ -43,7 +44,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",
"\n",
"\n",
"try:\n",
"try:\n",
" import dgl.sparse as dglsp\n",
" import dgl.sparse as dglsp\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