mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +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"
|
name: "bert-embeddings"
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
config_file: |
|
config_file: |
|
||||||
backend: llama-cpp
|
backend: llama-cpp
|
||||||
context_size: 8192
|
context_size: 8192
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "codellama"
|
name: "codellama"
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
---
|
||||||
name: "dreamshaper"
|
name: "dreamshaper"
|
||||||
|
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
backend: diffusers
|
backend: diffusers
|
||||||
step: 25
|
step: 25
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
---
|
||||||
name: "hermes-2-pro-mistral"
|
name: "hermes-2-pro-mistral"
|
||||||
|
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
mmap: true
|
mmap: true
|
||||||
template:
|
template:
|
||||||
@ -52,4 +52,3 @@ config_file: |
|
|||||||
- <dummy32000>
|
- <dummy32000>
|
||||||
- "\n</tool_call>"
|
- "\n</tool_call>"
|
||||||
- "\n\n\n"
|
- "\n\n\n"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
|
---
|
||||||
### START parler-tts
|
### START parler-tts
|
||||||
- &parler-tts
|
- &parler-tts
|
||||||
url: "github:mudler/LocalAI/gallery/parler-tts.yaml@master"
|
url: "github:mudler/LocalAI/gallery/parler-tts.yaml@master"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
---
|
||||||
name: "llama3-instruct"
|
name: "llama3-instruct"
|
||||||
|
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
mmap: true
|
mmap: true
|
||||||
template:
|
template:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
---
|
||||||
name: "llava"
|
name: "llava"
|
||||||
|
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
backend: llama-cpp
|
backend: llama-cpp
|
||||||
context_size: 4096
|
context_size: 4096
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
config_file: |
|
config_file: |
|
||||||
mmap: true
|
mmap: true
|
||||||
backend: llama-cpp
|
backend: llama-cpp
|
||||||
@ -50,4 +51,3 @@ config_file: |
|
|||||||
- <dummy32000>
|
- <dummy32000>
|
||||||
- "\n</tool_call>"
|
- "\n</tool_call>"
|
||||||
- "\n\n\n"
|
- "\n\n\n"
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
---
|
||||||
config_file: |
|
config_file: |
|
||||||
backend: parler-tts
|
backend: parler-tts
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
---
|
||||||
name: "phi-2-chatml"
|
name: "phi-2-chatml"
|
||||||
|
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
mmap: true
|
mmap: true
|
||||||
template:
|
template:
|
||||||
@ -16,4 +16,3 @@ config_file: |
|
|||||||
f16: true
|
f16: true
|
||||||
stopwords:
|
stopwords:
|
||||||
- <|im_end|>
|
- <|im_end|>
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "phi-2-orange"
|
name: "phi-2-orange"
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "phi-3-chat"
|
name: "phi-3-chat"
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
@ -15,4 +16,3 @@ config_file: |
|
|||||||
f16: true
|
f16: true
|
||||||
stopwords:
|
stopwords:
|
||||||
- <|end|>
|
- <|end|>
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
---
|
||||||
config_file: |
|
config_file: |
|
||||||
backend: piper
|
backend: piper
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
---
|
||||||
config_file: |
|
config_file: |
|
||||||
backend: rerankers
|
backend: rerankers
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "sentencetransformers"
|
name: "sentencetransformers"
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "stablediffusion-cpp"
|
name: "stablediffusion-cpp"
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "tinydream"
|
name: "tinydream"
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "vicuna-chat"
|
name: "vicuna-chat"
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "virtual"
|
name: "virtual"
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
---
|
||||||
name: "whisper-base"
|
name: "whisper-base"
|
||||||
|
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
backend: whisper
|
backend: whisper
|
||||||
parameters:
|
parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user