Skip to content

Commit b08b6ff

Browse files
authored
Merge pull request #625 from engelmi/use-jinja-running-llama-run
Added --jinja to llama-run command
2 parents eb29f61 + beb5416 commit b08b6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ramalama/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def build_exec_args_bench(self, args, model_path):
285285

286286
def build_exec_args_run(self, args, model_path, prompt):
287287
exec_model_path = model_path if not args.container else MNT_FILE
288-
exec_args = ["llama-run", "-c", f"{args.context}", "--temp", f"{args.temp}"]
288+
exec_args = ["llama-run", "-c", f"{args.context}", "--temp", f"{args.temp}", "--jinja"]
289289

290290
if args.seed:
291291
exec_args += ["--seed", args.seed]

0 commit comments

Comments
 (0)