58 2023 +0300 llama : make model stateless and context stateful (llama_state) (#1797) * llama : make model stateless and context stateful * llama : minor cleanup * llama : update internal API declaration * Apply suggestions from code review fix style Co-authored-by: Georgi Gerganov <gger...
// At this point we know that we aren't bailing, and will // continue to resolve seed hits. } // while(!gws_[i].done()) } } // Short-circuited because a limit, e.g. -k, -m or -M, was exceeded return EXTEND_EXHAUSTED_CANDIDATES; } /** * Given a collection...