Skip to content

Commit

Permalink
update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 30, 2024
1 parent e7fefb9 commit 6601b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api/notebooks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Once they're familiar with customizing components, users can refer to `Notebook

These examples utilize GraphStorm APIs, such as ``graphstorm``, ``graphstorm.dataloading.GSgnnDataset``, ``graphstorm.dataloading.GSgnnNodeDataLoader``, ``graphstorm.trainer.GSgnnNodePredictionTrainer``, and ``graphstorm.inference.GSgnnNodePredictionInferrer``, to form the training and infernece pipeline. In terms of the GNN models, users can refer to the `demo_model.py <https://github.com/awslabs/graphstorm/blob/main/docs/source/api/notebooks/demo_models.py>`_ file in which all models are created by using GraphStorm APIs.

These notebooks can run with the GraphStrom Standalone mode, i.e., on a single CPU or GPU of a single machine. To fully leverage GraphStorm's distributed model training and inference capability, users can follow the guidelines shown in `Notebook 6: Converting Customized Model Notebooks to Using GraphStorm CLIs <https://github.com/awslabs/graphstorm/blob/main/docs/source/api/notebooks/Notebook_6_API2CLI.ipynb>`_ and choose a proper distributed environment to run the custom models for their enterprise-level graph datasets. Users can refer to the `demo_run_train.py <https://github.com/awslabs/graphstorm/blob/main/docs/source/api/notebooks/demo_run_train.py>`_ and `demo_run_infer.py <https://github.com/awslabs/graphstorm/blob/main/docs/source/api/notebooks/demo_run_infer.py>`_ as examples of the converted model Python files to be used by GraphStorm CLIs.
These notebooks can run with the GraphStrom Standalone mode, i.e., on a single CPU or GPU of a single machine. To fully leverage GraphStorm's distributed model training and inference capability, users can follow the guidelines shown in `Notebook 6: Running Custom Model with GraphStorm CLIs <https://github.com/awslabs/graphstorm/blob/main/docs/source/api/notebooks/Notebook_6_API2CLI.ipynb>`_ and choose a proper distributed environment to run the custom models for their enterprise-level graph datasets. Users can refer to the `demo_run_train.py <https://github.com/awslabs/graphstorm/blob/main/docs/source/api/notebooks/demo_run_train.py>`_ and `demo_run_infer.py <https://github.com/awslabs/graphstorm/blob/main/docs/source/api/notebooks/demo_run_infer.py>`_ as examples of custom models to be used by GraphStorm CLIs.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 6601b55

Please sign in to comment.