This commit is contained in:
Anthony Wang 2023-04-10 16:22:31 +00:00
parent 9a4bcec9cc
commit 2d077d12c0
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -23,7 +23,7 @@ def llama(prompt):
"1024",
"-c",
"1024",
"-r",
"-p",
f"### Human: {prompt}\n### Assistant:",
],
stderr=subprocess.STDOUT,