Unverified Commit 24b7468f authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

Update comment from 11.6 to 11.8. (#5641)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent 5eff9544
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,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 below to install required packages. If the CUDA version is not 11.6,\n", "# Uncomment below to install required packages. If the CUDA version is not 11.8,\n",
"# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n", "# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n",
"# version and corresponding command to install DGL.\n", "# version and corresponding command to install DGL.\n",
"#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n", "#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n",
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,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 below to install required packages. If the CUDA version is not 11.6,\n", "# Uncomment below to install required packages. If the CUDA version is not 11.8,\n",
"# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n", "# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n",
"# version and corresponding command to install DGL.\n", "# version and corresponding command to install DGL.\n",
"#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n", "#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n",
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,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 below to install required packages. If the CUDA version is not 11.6,\n", "# Uncomment below to install required packages. If the CUDA version is not 11.8,\n",
"# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n", "# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n",
"# version and corresponding command to install DGL.\n", "# version and corresponding command to install DGL.\n",
"#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n", "#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n",
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,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 below to install required packages. If the CUDA version is not 11.6,\n", "# Uncomment below to install required packages. If the CUDA version is not 11.8,\n",
"# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n", "# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n",
"# version and corresponding command to install DGL.\n", "# version and corresponding command to install DGL.\n",
"#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n", "#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n",
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,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 below to install required packages. If the CUDA version is not 11.6,\n", "# Uncomment below to install required packages. If the CUDA version is not 11.8,\n",
"# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n", "# check the https://www.dgl.ai/pages/start.html to find the supported CUDA\n",
"# version and corresponding command to install DGL.\n", "# version and corresponding command to install DGL.\n",
"#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n", "#!pip install dgl -f https://data.dgl.ai/wheels/cu118/repo.html > /dev/null\n",
......
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