passerbya
2025-03-20 5ee2f382b32c5c0beaa1c133b466a100c6fb7ebc
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.