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
{{ message }}
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
We are interested in a full regression test between metaseq and huggingface. As @patrickvonplaten confirmed, the current regression test doesn't cover the merging step. We observed different behaviors between models that require merging (1.3B) and the one that doesn’t (350M) (huggingface/transformers#17545). It’s unclear what causes the difference at the moment due to the lack of an end to end regression test.
To run the full regression test, we would need to load the model into metaseq directly. However, this is not well supported currently (e.g. #78 and #31). It would be great if people at Meta could help perform a full regression test between metaseq and huggingface 😄