Skip to content

Commit 7a2e873

Browse files
authored
[GraphBolt] Fix typo in PyG advanced example for CPU runs. (#7390)
1 parent fb36b47 commit 7a2e873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sampling/graphbolt/pyg/node_classification_advanced.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def parse_args():
381381

382382
def main():
383383
if not torch.cuda.is_available():
384-
args.mode = "cpu-cpu"
384+
args.mode = "cpu-cpu-cpu"
385385
print(f"Training in {args.mode} mode.")
386386
args.graph_device, args.feature_device, args.device = args.mode.split("-")
387387

0 commit comments

Comments
 (0)