szsteven008
2024-05-28 bd9e63063f7cf6cd5f61d8633472fdd4b63484be
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.