File size: 381 Bytes
7def60a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
name: "vicuna-chat"

description: |
     Vicuna chat

license: "LLaMA"

config_file: |
    backend: llama-cpp
    context_size: 4096
    roles:
      user: "User: "
      system: "System: "
      assistant: "Assistant: "
    f16: true
    template:
      completion: |
        Complete the following sentence: {{.Input}}
      chat: |
          {{.Input}}
          ASSISTANT: