Add support for jamba model with Liger Kernel#214
Conversation
|
CI is failing, we probably need to set |
|
There are fixes done on both repo, but never gets merged in or released:
My current solution is to comment out the tests until the above issues are fixed. However, I have run the convergence test locally. Any other suggestion is highly welcomed. |
| "seaborn", | ||
| ] | ||
|
|
||
| test = [ |
There was a problem hiding this comment.
this is not good. these two dependencies seem very heavy. is there an alternative?
There was a problem hiding this comment.
these won't be installed by default though. only when you pip install . '[test]' they are installed.
they are not heavy actually. installation takes about 15 seconds
|
No activities for a long time. Closing this PR. Feel free to create a new PR if there are progress. Thanks! |
Summary
Add support for jamba model with Liger Kernel. The following ops can be patched with Liger kernel:
Testing Done
make testto ensure correctnessmake checkstyleto ensure code stylemake test-convergenceto ensure convergence