langchain
7bf5b0cc - RWKV: do not propagate model_state between calls (#2565)

Commit
2 years ago
RWKV: do not propagate model_state between calls (#2565) RWKV is an RNN with a hidden state that is part of its inference. However, the model state should not be carried across uses and it's a bug to do so. This resets the state for multiple invocations
Author
Parents
Loading