Skip to content

Commit d9d7009

Browse files
psiddhGithub Executorch
authored andcommitted
Test PR , do not commit try#2
1 parent 38062f8 commit d9d7009

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Thank you for your interest in contributing to ExecuTorch! We want to make
2-
it easy to contribute to this project.
2+
it easy to contribute to this project
33

44

55
## Dev Install

backends/test/harness/stages/to_executorch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
from executorch.exir.print_program import pretty_print, print_program
1313

1414

15+
import torch
16+
from torch.ao.quantization.fx._decomposed import quantized_decomposed_lib # noqa: F401
17+
1518
class ToExecutorch(Stage):
1619
def __init__(
1720
self,

0 commit comments

Comments
 (0)