Skip to content

Commit eaf0e17

Browse files
committed
Fixed linter issues
1 parent 62f74a8 commit eaf0e17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

backends/openvino/preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88

99
from typing import final, List
1010

11-
from executorch.exir.passes.memory_format_ops_pass import DimOrderOpsRevertPass
1211
from executorch.exir.backend.backend_details import (
1312
BackendDetails,
1413
ExportedProgram,
1514
PreprocessResult,
1615
)
1716
from executorch.exir.backend.compile_spec_schema import CompileSpec
17+
18+
from executorch.exir.passes.memory_format_ops_pass import DimOrderOpsRevertPass
1819
from openvino.frontend.pytorch.torchdynamo.compile import ( # type: ignore[import-untyped]
1920
openvino_compile,
2021
)

extension/llm/export/config/llm_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ class OpenvinoConfig:
465465
nncf_compression: bool = False
466466
nncf_compression_group_size: int = 32
467467

468+
468469
@dataclass
469470
class TorchAOKernelsConfig:
470471
"""

0 commit comments

Comments
 (0)