From ccd87cd9f0d484e1e87c9c4c36dba7e7a597cd57 Mon Sep 17 00:00:00 2001 From: lunamidori5 <118759930+lunamidori5@users.noreply.github.com> Date: Sat, 18 Nov 2023 05:48:54 -0800 Subject: [PATCH] llava.yaml (yaml format standardization) (#1303) Signed-off-by: lunamidori5 <118759930+lunamidori5@users.noreply.github.com> --- examples/configurations/llava/llava.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/configurations/llava/llava.yaml b/examples/configurations/llava/llava.yaml index 6343b764..db2eaad0 100644 --- a/examples/configurations/llava/llava.yaml +++ b/examples/configurations/llava/llava.yaml @@ -1,11 +1,10 @@ - +backend: llama-cpp context_size: 4096 f16: true threads: 11 gpu_layers: 90 -name: llava mmap: true -backend: llama-cpp +name: llava roles: user: "USER:" assistant: "ASSISTANT:" @@ -17,4 +16,4 @@ parameters: top_p: 0.95 template: chat: chat-simple -mmproj: mmproj-model-f16.gguf \ No newline at end of file +mmproj: mmproj-model-f16.gguf