This repository was archived by the owner on Aug 13, 2024. It is now read-only.
Single threaded ACE recommendations? #125
bioshazard
started this conversation in
General
Replies: 1 comment 1 reply
-
If you're just worried about load you could put the completions in a queue and pull them out one at a time. I'm not sure there's a definitive answer on order, ultimately the layers could operate in an async, independent but coordinated fashion. If you want an order, though, I'd recommend cycling top -> bottom -> top |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested in ACE, but wanted to attempt it using a local model on my GPU. This implies one completion at a time in sequence. Because it must be done sequentially, how should I order the layer execution? Top to bottom over and over? I am not worried about speed so much as completeness, but any feedback on sequential execution would be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions