Larger context

This commit is contained in:
Anthony Wang 2023-04-10 03:45:19 +00:00
parent 89e79c9ae8
commit 8395e17380
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -21,6 +21,8 @@ def llama(prompt):
"/opt/llama.cpp/models/ggml-vicuna-13b-4bit.bin",
"-n",
"-1",
"-c",
"2048"
"-p",
prompt,
],