diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f4de863dad..fb247e2f069 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ Thank you for your interest in contributing to ExecuTorch! We want to make -it easy to contribute to this project. +it easy to contribute to this project ## Dev Install diff --git a/backends/test/harness/stages/to_executorch.py b/backends/test/harness/stages/to_executorch.py index d3154e6bc2d..319025030cf 100644 --- a/backends/test/harness/stages/to_executorch.py +++ b/backends/test/harness/stages/to_executorch.py @@ -12,6 +12,9 @@ from executorch.exir.print_program import pretty_print, print_program +import torch +from torch.ao.quantization.fx._decomposed import quantized_decomposed_lib # noqa: F401 + class ToExecutorch(Stage): def __init__( self,