[docs] Add missing word in argument description (#14205)
This commit is contained in:
@@ -116,7 +116,7 @@ if __name__ == "__main__":
|
|||||||
action=argparse.BooleanOptionalAction,
|
action=argparse.BooleanOptionalAction,
|
||||||
type=bool,
|
type=bool,
|
||||||
default=False,
|
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(
|
parser.add_argument(
|
||||||
"--rpd",
|
"--rpd",
|
||||||
|
|||||||
Reference in New Issue
Block a user