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
* Remove assertion
* adapting jamba vllm to changes after hf release, working on weight loading in modeling file
* splitting the JambaDecoderLayer to JambaMambaDecoderLayer and JambaAttentionDecoderLayer
* weight loading from hf checkpoint supposedly works, might be a mixup in the MoE between the gated and non-gated weights
* Add mamba from jamba modeling file
* Remove slow forward
* Modifications to mamba_mixer
* Save changes, WIP
* Fix cache placement
* Debugging
* Additions and logging
* Jamba with mamba cache handling
* Clean up
* Another cleanup
* Use vllm's RMSNorm instead of JambaRMSNorm, Thier implementation is with
fused kernel
* Clean up and orginization of the objects to handle the mamba cache
* Shorten the code for kv cache mem
* Move cache handling inside the Mixer
* Add mamba to the wheel requirements
* Add mamba to the requirements script
* Add mamba_metadata
* Add to __init__ __all__
* Revert 2 commits
ad1a3db 'Add mamba to the requirements script'
75ed2c8 'Add mamba to the wheel requirements'
* Clean up
* Naming
* Apply whitespace suggestions from code review
* pass tie_word_embeddings to PretrainedConfig init
* Replace repeat with expand as expand doesn't require more mem
* Allocate really small cache if needed , don't use meta
* Fix for expanded
---------
Co-authored-by: Mor Zusman <morz@ai21.com>
Co-authored-by: Erez Schwartz <erezs@ai21.com>
Co-authored-by: tomeras91 <57313761+tomeras91@users.noreply.github.com>
0 commit comments