auto-round icon indicating copy to clipboard operation
auto-round copied to clipboard

from auto_round import AutoRoundConfig

Open CrispStrobe opened this issue 5 months ago • 24 comments

... did not work for me right now, whereas previously it did. Cannot check this further at the moment, but maybe you might want to. Environment was kaggle and colab, occured after !pip install auto-round, seemingly resolved per:

!pip uninstall auto_round -y
!pip cache remove auto_round
!pip install --no-cache-dir auto_round
from auto_round.auto_quantizer import AutoRoundConfig

CrispStrobe avatar Aug 29 '24 20:08 CrispStrobe