1
0
Fork 0
mirror of https://gitlab.com/niansa/anyproc.git synced 2025-03-06 20:49:24 +01:00

Fixed double repl prompt

This commit is contained in:
niansa 2023-04-16 23:15:10 +02:00
parent a7a4ba62a4
commit 66ba05ba02

View file

@ -52,7 +52,7 @@ public:
: LM::Inference(weights_path, p) {}
auto& begin() {
buffer += ">>> ";
buffer += " ";
return *this;
}