[docs] Add missing word in argument description (#14205)
This commit is contained in:
@@ -116,7 +116,7 @@ if __name__ == "__main__":
|
||||
action=argparse.BooleanOptionalAction,
|
||||
type=bool,
|
||||
default=False,
|
||||
help="Whether to memory usage (https://pytorch.org/memory_viz)",
|
||||
help="Whether to profile memory usage (https://pytorch.org/memory_viz)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--rpd",
|
||||
|
||||
Reference in New Issue
Block a user