LLM-VM icon indicating copy to clipboard operation
LLM-VM copied to clipboard

Add memory state management for LLMs

Open VictorOdede opened this issue 2 years ago • 12 comments
trafficstars

Extend context window using disc storage\RAM\cache\other

VictorOdede avatar Aug 30 '23 19:08 VictorOdede

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?)

grepfruit19 avatar Sep 01 '23 17:09 grepfruit19

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

VictorOdede avatar Sep 01 '23 18:09 VictorOdede

How do we measure success here?

mmirman avatar Sep 04 '23 16:09 mmirman

Related to #304

julietkeynai avatar Sep 28 '23 10:09 julietkeynai

@VictorOdede Could you provide some resources and be a bit more descriptive?

bilal-aamer avatar Oct 09 '23 08:10 bilal-aamer

Heya, May i work on this. Could you give some more context related to it

SrijanSahaySrivastava avatar Nov 13 '23 11:11 SrijanSahaySrivastava

@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

VictorOdede avatar Nov 20 '23 14:11 VictorOdede

Could this mentioned here Prompt Tuning be of any assistance?

AfamO avatar Jan 25 '24 12:01 AfamO

Hi, can I please work on this issue? Thank you!

lucylililiwang avatar Feb 13 '24 17:02 lucylililiwang

https://github.com/lucylililiwang/LLM-VM/tree/lucylililiwang-memory_state_mamage

lucylililiwang avatar Feb 21 '24 17:02 lucylililiwang

Amazing! Are you using a wrapper to enforce history structure? Does it need error handling for bad responses?

greydoubt avatar Feb 22 '24 07:02 greydoubt

Thank you! @greydoubt! I think I might add the error handling for the bad response. Thank you for suggestion!

lucylililiwang avatar Feb 23 '24 03:02 lucylililiwang