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:
Mug 2023-04-06 15:33:22 +02:00
parent 085cc92b1f
commit 10c7571117

View file

@ -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):