Commit ebe46cdf authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen
Browse files

Created using Colaboratory

parent 8f66656f
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
], ],
"gpuType": "T4", "gpuType": "T4",
"private_outputs": true, "private_outputs": true,
"authorship_tag": "ABX9TyMhsESic1tNnxZpg1cZng0U" "authorship_tag": "ABX9TyPvfttw1smlh4C4S7WfGkTB"
}, },
"kernelspec": { "kernelspec": {
"name": "python3", "name": "python3",
...@@ -48,8 +48,7 @@ ...@@ -48,8 +48,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",
"# Uncomment following commands to download Pytorch and DGL\n", "!pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu118/repo.html > /dev/null\n",
"# !pip install --pre dgl -f https://data.dgl.ai/wheels-test/cu118/repo.html > /dev/null\n",
"\n", "\n",
"try:\n", "try:\n",
" import dgl.graphbolt as gb\n", " import dgl.graphbolt as gb\n",
...@@ -121,7 +120,7 @@ ...@@ -121,7 +120,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"* The FeatureStore is used to store node, edge, and graph features. In graphbolt, we provide the TorchBasedFeature and related optimizations, such as the GPUCachedFeature, for different use cases." "* The **FeatureStore** is used to store node, edge, and graph features. In graphbolt, we provide the TorchBasedFeature and related optimizations, such as the GPUCachedFeature, for different use cases."
], ],
"metadata": { "metadata": {
"id": "mNp2S2_Vs8af" "id": "mNp2S2_Vs8af"
......
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