diff --git a/docs/source/gs-processing/usage/example.rst b/docs/source/gs-processing/usage/example.rst index 03690175e6..43125d4d32 100644 --- a/docs/source/gs-processing/usage/example.rst +++ b/docs/source/gs-processing/usage/example.rst @@ -134,7 +134,7 @@ Node files are optional (but recommended) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GSProcessing does not require node files to be provided for -every node type. Any node types that appears as source or destination in one of the edges, +every node type. Any node types that appears as source or destination in one of the edges, its unique node identifiers will be determined by the edge files. However, this is an expensive operation, so if you know your node ID diff --git a/graphstorm-processing/docker/README.md b/graphstorm-processing/docker/README.md index 8e829c7d7c..a0e99269e7 100644 --- a/graphstorm-processing/docker/README.md +++ b/graphstorm-processing/docker/README.md @@ -33,7 +33,7 @@ You can get the other parameters of the script using `graphstorm-processing-${ENVIRONMENT}:${VERSION}-${ARCH}-test`. * `-t, --target` Target of the image. Use `test` if you intend to use the image for testing new library functionality, otherwise `prod`. Default: `prod` -* `-m, --hf-model` When provided with a valid Huggingface model name, will include it in the image. +* `-m, --hf-model` When provided with a valid Huggingface model name, will include it in the image. Default is "", no model included. ## Pushing the image