Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 317b913

Browse files
authored
Clean INC import (#1645)
Signed-off-by: changwangss <chang1.wang@intel.com>
1 parent 816f475 commit 317b913

File tree

2 files changed

+1
-108
lines changed

2 files changed

+1
-108
lines changed

intel_extension_for_transformers/transformers/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import yaml
2020
from enum import Enum
2121

22-
from neural_compressor.conf.dotdict import DotDict
22+
from neural_compressor.utils.utility import DotDict
2323
from .utils.metrics import Metric
2424
from .utils.objectives import Objective, performance
2525

intel_extension_for_transformers/transformers/utils/utility_tf.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)