Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Jul 5, 2024
1 parent 3173f3b commit 15aac26
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion optimum/intel/openvino/modeling_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@
from ...exporters.openvino.stateful import model_has_state
from ..utils.import_utils import is_nncf_available, is_transformers_version
from ..utils.modeling_utils import MULTI_QUERY_ATTN_MODELS
from .configuration import _DEFAULT_4BIT_CONFIG, _DEFAULT_4BIT_CONFIGS, OVConfig, OVWeightQuantizationConfig, _check_default_4bit_configs
from .configuration import (
_DEFAULT_4BIT_CONFIG,
_DEFAULT_4BIT_CONFIGS,
OVConfig,
OVWeightQuantizationConfig,
_check_default_4bit_configs,
)
from .modeling import _TOKENIZER_FOR_DOC, INPUTS_DOCSTRING, MODEL_START_DOCSTRING, OVModel
from .utils import ONNX_WEIGHTS_NAME, OV_TO_NP_TYPE, OV_XML_FILE_NAME, STR_TO_OV_TYPE

Expand Down

0 comments on commit 15aac26

Please sign in to comment.