• Alexandre TL's avatar
    Added mamba.py backend (#30139) · bab32d6f
    Alexandre TL authored
    
    
    * Update README.md
    
    * tests: forward ok
    
    * backward test done
    
    * done testing
    
    * removed check. scripts
    
    * Update README.md
    
    * added use_mambapy arg
    
    * fixed typo in warning
    
    * protected imports w/ mambapy package
    
    * delete pscan.py + raise rather than assert
    
    * Update import_utils.py
    
    * fix whitespaces and unused import
    
    * trailing whitespace + import block unformatted
    
    * Update modeling_mamba.py
    
    * transpose before pscan
    
    * shape comment
    
    * ran make style
    
    * use_mambapy=False by default
    Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
    
    * ran make fix-copies
    
    ---------
    Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
    bab32d6f
configuration_mamba.py 7.23 KB