JIJIN CHEN
2024-06-21 7649c9ef599fad513f02f26bf13c9d068e36f01a
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.