游雁
2024-07-17 beef97a2fcb30337006b8102e6f0c0ca1d9f19e0
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.