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
f090e397
Unverified
Commit
f090e397
authored
May 01, 2023
by
Hongzhi (Steve), Chen
Committed by
GitHub
May 01, 2023
Browse files
Update tutorial cu116 -> cu118. (#5637)
parent
852ddfb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
16 deletions
+5
-16
notebooks/sparse/hgnn.ipynb
notebooks/sparse/hgnn.ipynb
+5
-16
No files found.
notebooks/sparse/hgnn.ipynb
View file @
f090e397
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
"language_info": {
"language_info": {
"name": "python"
"name": "python"
},
},
"gpuClass": "standard"
"gpuClass": "standard",
"accelerator": "GPU"
},
},
"cells": [
"cells": [
{
{
...
@@ -41,7 +42,7 @@
...
@@ -41,7 +42,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 torchmetrics > /dev/null\n",
"#!pip install torchmetrics > /dev/null\n",
"\n",
"\n",
"try:\n",
"try:\n",
...
@@ -52,22 +53,10 @@
...
@@ -52,22 +53,10 @@
"print(\"DGL installed!\" if installed else \"Failed to install DGL!\")"
"print(\"DGL installed!\" if installed else \"Failed to install DGL!\")"
],
],
"metadata": {
"metadata": {
"colab": {
"id": "__2tKqL0eaB0"
"base_uri": "https://localhost:8080/"
},
"id": "__2tKqL0eaB0",
"outputId": "5b5106f6-074b-42a5-fc4c-4936efd2cef8"
},
},
"execution_count": null,
"execution_count": null,
"outputs": [
"outputs": []
{
"output_type": "stream",
"name": "stdout",
"text": [
"DGL installed!\n"
]
}
]
},
},
{
{
"cell_type": "markdown",
"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