Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: xiang song(charlie.song) <[email protected]>
  • Loading branch information
thvasilo and classicsong authored Feb 14, 2024
1 parent 09c0121 commit ec6901a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/gs-processing/usage/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion graphstorm-processing/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec6901a

Please sign in to comment.