Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljaljushkin committed Oct 9, 2023
1 parent 3491617 commit 089c389
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@

from nncf import CompressWeightsMode
from nncf.openvino.graph.node_utils import get_const_value
from nncf.openvino.quantization.weights_compression import _calculate_scale_per_group
from nncf.openvino.quantization.weights_compression import _get_int8_err
from nncf.openvino.quantization.weights_compression import _get_nf4_error
from nncf.quantization import compress_weights
from nncf.quantization.algorithms.weight_compression.openvino_backend import _calculate_scale_per_group
from nncf.quantization.algorithms.weight_compression.openvino_backend import _get_int8_err
Expand Down

0 comments on commit 089c389

Please sign in to comment.