mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
[BE][2/16] fix typos in torch/ (torch/_*/) (#156312)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156312 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
8b97e4dd8c
commit
7a92b51196
@ -1643,7 +1643,7 @@ class MetaConverter(Generic[_TensorT]):
|
||||
with torch.enable_grad():
|
||||
r = view_from_base(base, t)
|
||||
|
||||
# NB: We don't actaully faithfully replicate
|
||||
# NB: We don't actually faithfully replicate
|
||||
# autograd connectivity, but that doesn't matter
|
||||
# today. See following for more info:
|
||||
# https://gist.github.com/soulitzer/e03f015b314c3f5fcf80888c69390913
|
||||
|
Reference in New Issue
Block a user