Skip to content

Commit

Permalink
fix post cherry-picking!
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Oct 7, 2024
1 parent b1c237f commit 277ed58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transformers/cache_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
if is_quanto_available():
quanto_version = version.parse(importlib.metadata.version("quanto"))
if quanto_version >= version.parse("0.2.0"):
from quanto import AffineQuantizer, MaxOptimizer, qint2, qint4from .utils.deprecation import deprecate_kwarg
from quanto import AffineQuantizer, MaxOptimizer, qint2, qint4
from .utils.deprecation import deprecate_kwarg


if is_hqq_available():
Expand Down

0 comments on commit 277ed58

Please sign in to comment.