Skip to content

Commit

Permalink
try adding READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 13, 2024
1 parent 034a94d commit a61e3ae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/cugraph-pyg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# cugraph-pyg

## Description

cuGraph-PyG supports PyTorch Geometric (PyG) and implements PyG's GraphStore, FeatureStore, Loader, and Sampler interfaces.
1 change: 1 addition & 0 deletions python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ testpaths = ["cugraph_pyg/tests"]
name = "cugraph-pyg"
dynamic = ["version"]
description = "cugraph-pyg - PyG support for cuGraph massive-scale, ultra-fast GPU graph analytics."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "NVIDIA Corporation" },
]
Expand Down
5 changes: 5 additions & 0 deletions python/pylibwholegraph/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# pylibwholegraph

WholeGraph supports PyTorch and provides a distributed graph and kv store.

Both cuGraph-DGL and cuGraph-PyG can leverage WholeGraph for even greater scalability.
1 change: 1 addition & 0 deletions python/pylibwholegraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ requires = [
name = "pylibwholegraph"
dynamic = ["version"]
description = "pylibwholegraph - GPU Graph Storage for GNN feature and graph structure"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "NVIDIA Corporation" },
]
Expand Down

0 comments on commit a61e3ae

Please sign in to comment.