mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-04 19:44:23 +08:00
[GraphBolt][Tutorial] Fix the typo in the tutorial and colab instance type. (#7163)
This commit is contained in:
committed by
GitHub
parent
5f653c32d6
commit
5db18933db
@@ -43,7 +43,7 @@
|
||||
"os.environ['TORCH'] = torch.__version__\n",
|
||||
"os.environ['DGLBACKEND'] = \"pytorch\"\n",
|
||||
"\n",
|
||||
"# Install the CPU version. If you want to install CUDA version, please\n",
|
||||
"# Install the CUDA version. If you want to install CPU version, please\n",
|
||||
"# refer to https://www.dgl.ai/pages/start.html.\n",
|
||||
"device = torch.device(\"cuda\")\n",
|
||||
"!pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu121/repo.html\n",
|
||||
@@ -348,7 +348,8 @@
|
||||
"metadata": {
|
||||
"colab": {
|
||||
"private_outputs": true,
|
||||
"provenance": []
|
||||
"provenance": [],
|
||||
"gpuType": "T4"
|
||||
},
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3",
|
||||
@@ -365,8 +366,9 @@
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.10.12"
|
||||
}
|
||||
},
|
||||
"accelerator": "GPU"
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user