Skip to content

b3425

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 15:34
69b9945
llama.swiftui: fix end of generation bug (#8268)

* fix continuing generating blank lines after getting EOT token or EOS token from LLM

* change variable name to is_done (variable name suggested by ggerganov)

* minor : fix trailing whitespace

* minor : add space

---------

Co-authored-by: Georgi Gerganov <[email protected]>