mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Fix typos in comments (#48316)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/48316 Reviewed By: walterddr, mrshenli Differential Revision: D25125123 Pulled By: malfet fbshipit-source-id: 6f31e5456cc078cc61b288191f1933711acebba0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
671ee71ad4
commit
2dff0b3e91
@ -154,7 +154,7 @@ def main():
|
||||
)
|
||||
parser.add_argument(
|
||||
'--selected-op-list-path',
|
||||
help='Path to the yaml file that contains the list of operators to include for custom build.',
|
||||
help='Path to the YAML file that contains the list of operators to include for custom build.',
|
||||
)
|
||||
parser.add_argument(
|
||||
'--operators_yaml_path',
|
||||
|
Reference in New Issue
Block a user