smvorwerk / xlstm-cudaLinks
Cuda implementation of Extended Long Short Term Memory (xLSTM) with C++ and PyTorch ports
☆90Updated last year
Alternatives and similar repositories for xlstm-cuda
Users that are interested in xlstm-cuda are comparing it to the libraries listed below
Sorting:
- Implementation of xLSTM in Pytorch from the paper: "xLSTM: Extended Long Short-Term Memory"☆119Updated 2 months ago
- Pytorch implementation of the xLSTM model by Beck et al. (2024)☆181Updated last year
- Efficient Python library for Extended LSTM with exponential gating, memory mixing, and matrix memory for superior sequence modeling.☆302Updated last year
- ☆57Updated last year
- Resources about xLSTM by Sepp Hochreiter☆318Updated last year
- A easy to use implementation of xLSTM☆65Updated 3 months ago
- ☆140Updated last year
- An implementation of mLSTM and sLSTM in PyTorch.☆28Updated last year
- Convolutional layer for Kolmogorov-Arnold Network (KAN)☆111Updated 9 months ago
- my attempts at implementing various bits of Sepp Hochreiter's new xLSTM architecture