You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do an analysis of activation patterns as a function of prompts so that we could segment memory into logical units so that there's high probability of this memory being used together.
Given the output of this analysis. Train a smaller model, to predict given a prompt. which chunks of memory are to be used.
We could even run this model in parallel as to know through the course of execution, if we need to pre-fetch some chunks, before they are used.
Now we are obviously gonna have a bad prediction from time to time, so this would need to be handled.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wondered if it would be possible to:
Do an analysis of activation patterns as a function of prompts so that we could segment memory into logical units so that there's high probability of this memory being used together.
Given the output of this analysis. Train a smaller model, to predict given a prompt. which chunks of memory are to be used.
We could even run this model in parallel as to know through the course of execution, if we need to pre-fetch some chunks, before they are used.
Now we are obviously gonna have a bad prediction from time to time, so this would need to be handled.
Beta Was this translation helpful? Give feedback.
All reactions