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
Hi!
Thanks for your brilliant work! However, when I try to use Q-Align with Llama3
simultaneously in one python file, I find that following code in Q-Align scripts file "modeling_llama2.py" will change the codec of transformers and cause conflicts with Llama3 weight loading and inference process.
Hi!
Thanks for your brilliant work! However, when I try to use Q-Align with Llama3
simultaneously in one python file, I find that following code in Q-Align scripts file "modeling_llama2.py" will change the codec of transformers and cause conflicts with Llama3 weight loading and inference process.
May you please refine these scripts to avoid direct change of transformers codec?
Thanks!
The text was updated successfully, but these errors were encountered: