Dr. Artificial曾小健
2024-12-24 2e0b2086586212a2c04b5eb612a85796be1494f7
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.