From d9d700969a55eea92a81c7bf687af2bf18d9b49a Mon Sep 17 00:00:00 2001 From: Siddartha Pothapragada Date: Sat, 9 Aug 2025 18:19:15 -0700 Subject: [PATCH] Test PR , do not commit try#2 --- CONTRIBUTING.md | 2 +- backends/test/harness/stages/to_executorch.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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,