Fixed too many newlines, now onto args.
Still needs shipping work so you could do "python -m llama_cpp.examples." etc.
This commit is contained in:
parent
085cc92b1f
commit
10c7571117
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ n_keep = {self.params.n_keep}
|
|||
|
||||
def set_color(self, c):
|
||||
if (self.params.use_color):
|
||||
print(c)
|
||||
print(c, end="")
|
||||
|
||||
# generate tokens
|
||||
def generate(self):
|
||||
|
|
Loading…
Reference in a new issue