mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE][6/16] fix typos in torch/ (#156316)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156316 Approved by: https://github.com/albanD ghstack dependencies: #156313, #156314, #156315
This commit is contained in:
committed by
PyTorch MergeBot
parent
4ccc0381de
commit
cec2977ed2
@ -675,7 +675,7 @@ class PackageExporter:
|
||||
memo_count += 1
|
||||
elif opcode.name == "STACK_GLOBAL":
|
||||
if module is None:
|
||||
# If not module was passed on in the entries preceeding this one, continue.
|
||||
# If not module was passed on in the entries preceding this one, continue.
|
||||
continue
|
||||
assert isinstance(module, str)
|
||||
if module not in all_dependencies:
|
||||
|
Reference in New Issue
Block a user