Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 committed Nov 13, 2023
1 parent 0cb7f19 commit b8d98f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/intel/openvino/quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def quantize(
remove_unused_columns,
**kwargs,
)
if isinstance(self.model, OVBaseDecoderModel) and self.model.use_cache:
elif isinstance(self.model, OVBaseDecoderModel) and self.model.use_cache:
self._quantize_ovcausallm(
calibration_dataset,
save_directory,
Expand Down

0 comments on commit b8d98f4

Please sign in to comment.