You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg="It seems like there are certain modules that need to be excluded when initializing `LoraConfig`. Your current `peft` version doesn't support passing an `exclude_modules` to `LoraConfig`. Please update it by running `pip install -U peft`."
205
-
logger.warning(msg)
204
+
msg="""
205
+
It seems like there are certain modules that need to be excluded when initializing `LoraConfig`. Your current `peft`
206
+
version doesn't support passing an `exclude_modules` to `LoraConfig`. Please update it by running `pip install -U
207
+
peft`. For most cases, this can be completely ignored. But if it seems unexpected, please file an issue -
0 commit comments