Skip to content

Commit

Permalink
FIX: broken f-string in import_utils (huggingface#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
KCFindstr authored Nov 8, 2023
1 parent 493ae58 commit d9094ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peft/import_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def is_auto_gptq_available():
else:
raise ImportError(
f"Found an incompatible version of auto-gptq. Found version {version_autogptq}, "
"but only versions above {AUTOGPTQ_MINIMUM_VERSION} are supported"
f"but only versions above {AUTOGPTQ_MINIMUM_VERSION} are supported"
)


Expand Down

0 comments on commit d9094ce

Please sign in to comment.