mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 12:26:26 +00:00
fix: yamlint warnings and errors (#2131)
fix yamlint warnings and errors Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
parent
4ae4e44506
commit
45761f8be2
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "bert-embeddings"
|
||||
|
||||
config_file: |
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
config_file: |
|
||||
backend: llama-cpp
|
||||
context_size: 8192
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "codellama"
|
||||
|
||||
config_file: |
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "dreamshaper"
|
||||
|
||||
|
||||
config_file: |
|
||||
backend: diffusers
|
||||
step: 25
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "hermes-2-pro-mistral"
|
||||
|
||||
|
||||
config_file: |
|
||||
mmap: true
|
||||
template:
|
||||
@ -52,4 +52,3 @@ config_file: |
|
||||
- <dummy32000>
|
||||
- "\n</tool_call>"
|
||||
- "\n\n\n"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
---
|
||||
### START parler-tts
|
||||
- &parler-tts
|
||||
url: "github:mudler/LocalAI/gallery/parler-tts.yaml@master"
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "llama3-instruct"
|
||||
|
||||
|
||||
config_file: |
|
||||
mmap: true
|
||||
template:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "llava"
|
||||
|
||||
|
||||
config_file: |
|
||||
backend: llama-cpp
|
||||
context_size: 4096
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
config_file: |
|
||||
mmap: true
|
||||
backend: llama-cpp
|
||||
@ -50,4 +51,3 @@ config_file: |
|
||||
- <dummy32000>
|
||||
- "\n</tool_call>"
|
||||
- "\n\n\n"
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
---
|
||||
config_file: |
|
||||
backend: parler-tts
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "phi-2-chatml"
|
||||
|
||||
|
||||
config_file: |
|
||||
mmap: true
|
||||
template:
|
||||
@ -16,4 +16,3 @@ config_file: |
|
||||
f16: true
|
||||
stopwords:
|
||||
- <|im_end|>
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "phi-2-orange"
|
||||
|
||||
config_file: |
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "phi-3-chat"
|
||||
|
||||
config_file: |
|
||||
@ -15,4 +16,3 @@ config_file: |
|
||||
f16: true
|
||||
stopwords:
|
||||
- <|end|>
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
---
|
||||
config_file: |
|
||||
backend: piper
|
||||
|
@ -1,2 +1,3 @@
|
||||
---
|
||||
config_file: |
|
||||
backend: rerankers
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "sentencetransformers"
|
||||
|
||||
config_file: |
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "stablediffusion-cpp"
|
||||
|
||||
config_file: |
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "tinydream"
|
||||
|
||||
config_file: |
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "vicuna-chat"
|
||||
|
||||
description: |
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: "virtual"
|
||||
|
||||
description: |
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "whisper-base"
|
||||
|
||||
|
||||
config_file: |
|
||||
backend: whisper
|
||||
parameters:
|
||||
|
Loading…
Reference in New Issue
Block a user