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
Currently, the same revision argument is oddly used for both the base pretrained model and the peft model. There should be a separate peft_revision argument, so that you can load e.g. base Llama + a specific peft revision you own.
The text was updated successfully, but these errors were encountered:
Currently, the same revision argument is oddly used for both the base pretrained model and the peft model. There should be a separate
peft_revision
argument, so that you can load e.g. base Llama + a specific peft revision you own.The text was updated successfully, but these errors were encountered: