Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llama : std::move llm_bigram_bpe from work_queue
This commit updates the retrieval of llm_bigram_bpe objects from work_queue.top() by using std::move. The motivation for this is to avoid the copying of the std::string `text` member of the llm_bigram_bpe struct.
- Loading branch information