Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Jul 15, 2024
1 parent 8e6619c commit ecc22bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph-pyg/cugraph_pyg/examples/gcn_dist_mnmg.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def parse_args():
parser.add_argument("--dataset_root", type=str, default="dataset")
parser.add_argument("--dataset", type=str, default="ogbn-products")
parser.add_argument("--skip_partition", action="store_true")
parser.add_argument("--wg_mem_type", type=str, default="chunked")
parser.add_argument("--wg_mem_type", type=str, default="distributed")

return parser.parse_args()

Expand Down

0 comments on commit ecc22bf

Please sign in to comment.