"...text-generation-inference.git" did not exist on "68e9d6ab333715008c542467c8d5202cf4692253"
Unverified Commit 5db18933 authored by Muhammed Fatih BALIN's avatar Muhammed Fatih BALIN Committed by GitHub
Browse files

[GraphBolt][Tutorial] Fix the typo in the tutorial and colab instance type. (#7163)

parent 5f653c32
......@@ -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,7 +366,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
}
},
"accelerator": "GPU"
},
"nbformat": 4,
"nbformat_minor": 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment