models(gallery): add more models (#2129)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-04-25 16:06:18 +02:00 committed by GitHub
parent 5d170e9264
commit 2ada13b1ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 178 additions and 1 deletions

19
gallery/cerbero.yaml Normal file
View file

@ -0,0 +1,19 @@
config_file: |
backend: llama-cpp
context_size: 8192
f16: false
name: cerbero
template:
completion: "{{.Input}}"
chat: "Questa è una conversazione tra un umano ed un assistente AI.\n{{.Input}}\n[|Assistente|] "
roles:
user: "[|Umano|] "
system: "[|Umano|] "
assistant: "[|Assistente|] "
stopwords:
- "[|Umano|]"
trimsuffix:
- "\n"