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:
parent
a7a4ba62a4
commit
66ba05ba02
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
: LM::Inference(weights_path, p) {}
|
||||
|
||||
auto& begin() {
|
||||
buffer += ">>> ";
|
||||
buffer += " ";
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue