File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
extension/llm/export/config Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88
99from typing import final , List
1010
11- from executorch .exir .passes .memory_format_ops_pass import DimOrderOpsRevertPass
1211from executorch .exir .backend .backend_details import (
1312 BackendDetails ,
1413 ExportedProgram ,
1514 PreprocessResult ,
1615)
1716from executorch .exir .backend .compile_spec_schema import CompileSpec
17+
18+ from executorch .exir .passes .memory_format_ops_pass import DimOrderOpsRevertPass
1819from openvino .frontend .pytorch .torchdynamo .compile import ( # type: ignore[import-untyped]
1920 openvino_compile ,
2021)
Original file line number Diff line number Diff line change @@ -465,6 +465,7 @@ class OpenvinoConfig:
465465 nncf_compression : bool = False
466466 nncf_compression_group_size : int = 32
467467
468+
468469@dataclass
469470class TorchAOKernelsConfig :
470471 """
You can’t perform that action at this time.
0 commit comments