Skip to content

Commit

Permalink
Update error msg [skip e2e]
Browse files Browse the repository at this point in the history
Co-authored-by: NanoCode012 <[email protected]>
  • Loading branch information
winglian and NanoCode012 committed Dec 3, 2024
1 parent d59c870 commit 03e0fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/utils/config/models/input/v0_4_1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def validate_adapter(cls, data):
and (data.get("load_in_8bit") or data.get("load_in_4bit"))
):
raise ValueError(
"load_in_8bit and load_in_4bit are not supported without setting an adapter."
"load_in_8bit and load_in_4bit are not supported without setting an adapter for training."
"If you want to full finetune, please turn off load_in_8bit and load_in_4bit."
)
return data
Expand Down

0 comments on commit 03e0fa3

Please sign in to comment.