fix some typos (#106253)

Fixes typos

Pull Request resolved: https://github.com/pytorch/pytorch/pull/106253
Approved by: https://github.com/awgu
This commit is contained in:
chuboning
2023-07-29 16:11:49 +00:00
committed by PyTorch MergeBot
parent 3ecd05d9f3
commit 329a9a90c0
3 changed files with 3 additions and 3 deletions

View File

@ -46,6 +46,6 @@ with open(args.file, "r") as f:
)
msg.replace("\t", " ")
# Feel free to edit this; the idea is to remove prefixes that are
# just gooping up the resulting spreadsheet outpu
# just gooping up the resulting spreadsheet output
name = row["name"].replace("test_make_fx_symbolic_exhaustive_", "")
out.writerow([name, msg, ""])

View File

@ -85,7 +85,7 @@ The categories are as follow:
* fx: Everything related to torch.fx
* code_coverage: Everything related to the code coverage tool
* vulkan: Everything related to vulkan support (mobile GPU backend)
* skip: Everything that is not end user or dev facing like code refactoring or internal inplementation changes
* skip: Everything that is not end user or dev facing like code refactoring or internal implementation changes
* frontend: To ease your future work, we split things here (may be merged in the final document)
* python_api
* cpp_api

View File

@ -395,7 +395,7 @@ def main():
parser.add_argument(
"--regen_data",
action="store_true",
help="Regenerate the training data, helps if labeld more examples and want to re-train.",
help="Regenerate the training data, helps if labeled more examples and want to re-train.",
)
parser.add_argument(
"--resample",