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