mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
3ecd05d9f3
commit
329a9a90c0
@ -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, ""])
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user