LLM-VM
LLM-VM copied to clipboard
Add memory state management for LLMs
Extend context window using disc storage\RAM\cache\other
I've been playing around with vector databases the past few days. Could take this ticket on if we have more context (assuming that vector databases would be a good case for this?)
I've been playing around with vector databases the past few days. Could take this ticket on if we have more context (assuming that vector databases would be a good case for this?)
Sounds like a great idea! You should join the triage on Monday to discuss this further before getting started
How do we measure success here?
Related to #304
@VictorOdede Could you provide some resources and be a bit more descriptive?
Heya, May i work on this. Could you give some more context related to it
@SrijanSahaySrivastava This is about extending the context window of LLMs. One way to do it is through RoPE scaling:https://arxiv.org/abs/2306.15595
Could this mentioned here Prompt Tuning be of any assistance?
Hi, can I please work on this issue? Thank you!
https://github.com/lucylililiwang/LLM-VM/tree/lucylililiwang-memory_state_mamage
Amazing! Are you using a wrapper to enforce history structure? Does it need error handling for bad responses?
Thank you! @greydoubt! I think I might add the error handling for the bad response. Thank you for suggestion!