"torchvision/csrc/ops/quantized/cpu/qnms_kernel.cpp" did not exist on "0ebbb0abd0610c8ffe978902c06751f94a2e3197"
Remove shebang line when not strictly required
Summary: The shebang line `#!<path to interpreter>` is only required for Python scripts, so remove it on source files for class or function definitions. Additionally explicitly mark as executable the actual Python scripts in the codebase. Reviewed By: nikhilaravi Differential Revision: D20095778 fbshipit-source-id: d312599fba485e978a243292f88a180d71e1b55a
Showing
.circleci/regenerate.py
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment