Jeffrey Guan
2025-07-23 8316fc41973b89267a70681a7afe4e947e0ba251
funasr/models/rwkv_bat/rwkv.py
@@ -76,6 +76,7 @@
        x = x + self.dropout_ffn(ffn)
        return x, state
class RWKVDecoderLayer(torch.nn.Module):
    """RWKV module.