Skip to content

Commit

Permalink
Update model_utils.py for new API (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif authored Sep 23, 2024
1 parent 27f7dbf commit 7d711cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alignment/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from accelerate import Accelerator
from huggingface_hub import list_repo_files
from huggingface_hub.utils._errors import RepositoryNotFoundError
from huggingface_hub.errors import RepositoryNotFoundError
from huggingface_hub.utils._validators import HFValidationError
from peft import LoraConfig, PeftConfig

Expand Down

0 comments on commit 7d711cd

Please sign in to comment.