Skip to content

Commit

Permalink
forgot one import
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier committed Jul 23, 2024
1 parent e0bd17b commit 96785fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lighteval/models/model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@

from lighteval.logging.hierarchical_logger import hlog
from lighteval.models.utils import _get_model_sha
from lighteval.pipeline import EnvConfig
from lighteval.utils import (
NO_AUTOGPTQ_ERROR_MSG,
NO_BNB_ERROR_MSG,
NO_PEFT_ERROR_MSG,
EnvConfig,
is_accelerate_available,
is_autogptq_available,
is_bnb_available,
Expand Down

0 comments on commit 96785fd

Please sign in to comment.