From: tjohnman Date: Tue, 21 Mar 2023 16:05:06 +0000 (+0100) Subject: Check for reverse prompt by characters instead of tokens (#292) (#330) X-Git-Tag: gguf-v0.4.0~1178 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6a612959e1b6c37b68b6b141329751a2902b1030;p=pkg%2Fggml%2Fsources%2Fllama.cpp Check for reverse prompt by characters instead of tokens (#292) (#330) * Check for reverse prompt by characters instead of tokens (#292) * Update main.cpp Wording. * Cleanup. * Remove unnecessary use of std::stringstream. --------- Co-authored-by: Johnman Co-authored-by: Georgi Gerganov ---