diff --git a/feed.xml b/feed.xml index 77b1a76..93b953c 100644 --- a/feed.xml +++ b/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-05-08T06:42:47+00:00https://www.dgl.ai/feed.xmlDeep Graph LibraryEasy Deep Learning on GraphsDGL 2.1: GPU Acceleration for Your GNN Data Pipeline2024-03-06T00:00:00+00:002024-03-06T00:00:00+00:00https://www.dgl.ai/release/2024/03/06/release<p>We are happy to announce the release of DGL 2.1. In this release, we are making +Jekyll2024-05-11T00:54:20+00:00https://www.dgl.ai/feed.xmlDeep Graph LibraryEasy Deep Learning on GraphsDGL 2.1: GPU Acceleration for Your GNN Data Pipeline2024-03-06T00:00:00+00:002024-03-06T00:00:00+00:00https://www.dgl.ai/release/2024/03/06/release<p>We are happy to announce the release of DGL 2.1. In this release, we are making GNN data loading lightning fast. We introduce GPU acceleration for the whole GNN data loading pipeline in GraphBolt, including the graph sampling and feature fetching stages.</p> diff --git a/feed/blog.xml b/feed/blog.xml index 160f956..731d6ee 100644 --- a/feed/blog.xml +++ b/feed/blog.xml @@ -1,4 +1,4 @@ -Jekyll2024-05-08T06:42:47+00:00https://www.dgl.ai/feed/blog.xmlDeep Graph Library | BlogEasy Deep Learning on GraphsImproving Graph Neural Networks via Network-in-network Architecture2022-11-28T00:00:00+00:002022-11-28T00:00:00+00:00https://www.dgl.ai/blog/2022/11/28/ngnn<p>As Graph Neural Networks (GNNs) has become increasingly popular, there is a +Jekyll2024-05-11T00:54:20+00:00https://www.dgl.ai/feed/blog.xmlDeep Graph Library | BlogEasy Deep Learning on GraphsImproving Graph Neural Networks via Network-in-network Architecture2022-11-28T00:00:00+00:002022-11-28T00:00:00+00:00https://www.dgl.ai/blog/2022/11/28/ngnn<p>As Graph Neural Networks (GNNs) has become increasingly popular, there is a wide interest of designing deeper GNN architecture. However, deep GNNs suffer from the <em>oversmoothing</em> issue where the learnt node representations quickly become indistinguishable with more layers. This blog features a simple yet diff --git a/jekyll/_includes/install_content.html b/jekyll/_includes/install_content.html index b62a0d8..f902b0f 100644 --- a/jekyll/_includes/install_content.html +++ b/jekyll/_includes/install_content.html @@ -198,9 +198,6 @@

Installation

}, computed: { path_value: function () { - if (this.button_pytorch === '2.3.x') { - return "# `torchdata`(the key dependency of DGL) is not compatible with PyTorch 2.3.0. Please use PyTorch 2.2.x or 2.1.x instead." - } if (this.button_os === 'Mac') { var cmd = (this.button_pkg === 'Conda(Stable)') ? conda_path('None', this.button_os, this.button_pytorch) : "pip install dgl -f https://data.dgl.ai/wheels/repo.html"; if (this.button_pkg === 'Pip(Nightly Build)') { diff --git a/pages/start.html b/pages/start.html index d0501da..4f97f2b 100644 --- a/pages/start.html +++ b/pages/start.html @@ -669,9 +669,6 @@

Using DGL with SageMaker

}, computed: { path_value: function () { - if (this.button_pytorch === '2.3.x') { - return "# `torchdata`(the key dependency of DGL) is not compatible with PyTorch 2.3.0. Please use PyTorch 2.2.x or 2.1.x instead." - } if (this.button_os === 'Mac') { var cmd = (this.button_pkg === 'Conda(Stable)') ? conda_path('None', this.button_os, this.button_pytorch) : "pip install dgl -f https://data.dgl.ai/wheels/repo.html"; if (this.button_pkg === 'Pip(Nightly Build)') {