add
游雁
2024-05-14 699b006ee5a6d0748fc9d37f7c068af7c98c2c8e
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.