"...text-generation-inference.git" did not exist on "2eb57a15ecc39bdaebef47dbad30293ac82e6a25"
Commit ebe46cdf authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen
Browse files

Created using Colaboratory

parent 8f66656f
......@@ -9,7 +9,7 @@
],
"gpuType": "T4",
"private_outputs": true,
"authorship_tag": "ABX9TyMhsESic1tNnxZpg1cZng0U"
"authorship_tag": "ABX9TyPvfttw1smlh4C4S7WfGkTB"
},
"kernelspec": {
"name": "python3",
......@@ -48,8 +48,7 @@
"os.environ['TORCH'] = torch.__version__\n",
"os.environ['DGLBACKEND'] = \"pytorch\"\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",
"try:\n",
" import dgl.graphbolt as gb\n",
......@@ -121,7 +120,7 @@
{
"cell_type": "markdown",
"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": {
"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