Update TorchFix to 0.2.0 (#114190)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/114190
Approved by: https://github.com/malfet
This commit is contained in:
Sergii Dymchenko
2023-11-21 03:46:24 +00:00
committed by PyTorch MergeBot
parent e76c54bd87
commit f67696f45e
4 changed files with 7 additions and 2 deletions

View File

@ -26,6 +26,9 @@ ignore =
# TorchFix codes that don't make sense for PyTorch itself:
# removed and deprecated PyTorch functions.
TOR001,TOR101,
# TODO(kit1980): fix all TOR102 issues
# `torch.load` without `weights_only` parameter is unsafe
TOR102,
per-file-ignores =
__init__.py: F401
torch/utils/cpp_extension.py: B950