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
50810a4e
"vscode:/vscode.git/clone" did not exist on "4f1da61b58eb95472b7637a9dee29e36c16a0540"
Unverified
Commit
50810a4e
authored
May 01, 2023
by
Hongzhi (Steve), Chen
Committed by
GitHub
May 01, 2023
Browse files
Update tutorial cu116 -> cu118. (#5638)
parent
f090e397
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
notebooks/sparse/graph_transformer.ipynb
notebooks/sparse/graph_transformer.ipynb
+3
-15
No files found.
notebooks/sparse/graph_transformer.ipynb
View file @
50810a4e
...
...
@@ -27,7 +27,7 @@
"# 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",
"# 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 ogb >/dev/null\n",
"\n",
"try:\n",
...
...
@@ -38,22 +38,10 @@
"print(\"DGL installed!\" if installed else \"Failed to install DGL!\")"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "8wIJZQqODy-7",
"outputId": "d9a9400a-e600-4749-b786-2736af35a130"
"id": "8wIJZQqODy-7"
},
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"DGL installed!\n"
]
}
]
"outputs": []
},
{
"cell_type": "markdown",
...
...
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