]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fixing race condition in server and partial stream handling in frontend. (#2391)
authorStephen Nichols <redacted>
Fri, 4 Aug 2023 11:37:24 +0000 (06:37 -0500)
committerGitHub <redacted>
Fri, 4 Aug 2023 11:37:24 +0000 (13:37 +0200)
commit5f631c26794b6371fcf2660e8d0c53494a5575f7
treeebf542b1889557a13620c1ffe9f5bbc99836ad90
parent415e99fec27be5a2e4283f1937afd17eb33fbd66
Fixing race condition in server and partial stream handling in frontend. (#2391)

* Fixing race condition in server.cpp and partial stream handling in completion.js

* Reverting assert edits.

* Adding newline to eof
examples/server/public/completion.js
examples/server/server.cpp