Skip to content

Commit

Permalink
llava.yaml (yaml format standardization)
Browse files Browse the repository at this point in the history
Signed-off-by: lunamidori5 <[email protected]>
  • Loading branch information
lunamidori5 authored Nov 18, 2023
1 parent b5af87f commit 6d72932
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/configurations/llava/llava.yaml
Original file line number Diff line number Diff line change
@@ -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:"
Expand All @@ -17,4 +16,4 @@ parameters:
top_p: 0.95
template:
chat: chat-simple
mmproj: mmproj-model-f16.gguf
mmproj: mmproj-model-f16.gguf

0 comments on commit 6d72932

Please sign in to comment.