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
5db18933
You need to sign in or sign up before continuing.
Unverified
Commit
5db18933
authored
Feb 28, 2024
by
Muhammed Fatih BALIN
Committed by
GitHub
Feb 28, 2024
Browse files
[GraphBolt][Tutorial] Fix the typo in the tutorial and colab instance type. (#7163)
parent
5f653c32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
notebooks/stochastic_training/link_prediction.ipynb
notebooks/stochastic_training/link_prediction.ipynb
+6
-4
No files found.
notebooks/stochastic_training/link_prediction.ipynb
View file @
5db18933
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
"os.environ['TORCH'] = torch.__version__\n",
"os.environ['TORCH'] = torch.__version__\n",
"os.environ['DGLBACKEND'] = \"pytorch\"\n",
"os.environ['DGLBACKEND'] = \"pytorch\"\n",
"\n",
"\n",
"# Install the C
P
U version. If you want to install CU
DA
version, please\n",
"# Install the CU
DA
version. If you want to install C
P
U version, please\n",
"# refer to https://www.dgl.ai/pages/start.html.\n",
"# refer to https://www.dgl.ai/pages/start.html.\n",
"device = torch.device(\"cuda\")\n",
"device = torch.device(\"cuda\")\n",
"!pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu121/repo.html\n",
"!pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu121/repo.html\n",
...
@@ -348,7 +348,8 @@
...
@@ -348,7 +348,8 @@
"metadata": {
"metadata": {
"colab": {
"colab": {
"private_outputs": true,
"private_outputs": true,
"provenance": []
"provenance": [],
"gpuType": "T4"
},
},
"kernelspec": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3",
...
@@ -365,7 +366,8 @@
...
@@ -365,7 +366,8 @@
"nbconvert_exporter": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.10.12"
}
},
"accelerator": "GPU"
},
},
"nbformat": 4,
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 0
...
...
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