|
|
|
|
|
by nl
236 days ago
|
|
Worth noting here for others following that a single forward pass is what generates a single token. It's correct to states the LLM starts anew for each token. The work around for this is to pass the existing plan back into it as part of the context. |
|