Skip to content

Commit 2c0c79d

Browse files
Remove TODOs
1 parent f0fc7ac commit 2c0c79d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nncf/openvino/optimized_functions/models.py

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def clear_ov_model_cache():
119119

120120
def _compile_ov_model(model: ov.Model, device_name: str, config: Dict[str, str]) -> ov.CompiledModel:
121121
if is_lnl_cpu():
122-
# TODO (Nikita Savelyev): Remove this in NNCF 2.16
123122
with set_env_variable("DNNL_MAX_CPU_ISA", "AVX2_VNNI"):
124123
compiled_model = ov.compile_model(model, device_name=device_name, config=config)
125124
else:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"packaging>=20.0",
4444
"pandas>=1.1.5,<2.3",
4545
"psutil",
46-
"py-cpuinfo>=9.0.0", # TODO (Nikita Savelyev): Remove this in NNCF 2.16
46+
"py-cpuinfo>=9.0.0",
4747
"pydot>=1.4.1, <3.0.0",
4848
"pymoo>=0.6.0.1",
4949
"rich>=13.5.2",

0 commit comments

Comments
 (0)