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: |
|
||||||
@ -6,6 +7,6 @@ config_file: |
|
|||||||
backend: bert-embeddings
|
backend: bert-embeddings
|
||||||
embeddings: true
|
embeddings: true
|
||||||
files:
|
files:
|
||||||
- filename: "bert-MiniLM-L6-v2q4_0.bin"
|
- filename: "bert-MiniLM-L6-v2q4_0.bin"
|
||||||
sha256: "a5a174d8772c8a569faf9f3136c441f2c3855b5bf35ed32274294219533feaad"
|
sha256: "a5a174d8772c8a569faf9f3136c441f2c3855b5bf35ed32274294219533feaad"
|
||||||
uri: "https://huggingface.co/mudler/all-MiniLM-L6-v2/resolve/main/ggml-model-q4_0.bin"
|
uri: "https://huggingface.co/mudler/all-MiniLM-L6-v2/resolve/main/ggml-model-q4_0.bin"
|
@ -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: |
|
||||||
@ -7,42 +8,42 @@ config_file: |
|
|||||||
model: stablediffusion_assets
|
model: stablediffusion_assets
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- filename: "stablediffusion_assets/AutoencoderKL-256-256-fp16-opt.param"
|
- filename: "stablediffusion_assets/AutoencoderKL-256-256-fp16-opt.param"
|
||||||
sha256: "18ca4b66685e21406bcf64c484b3b680b4949900415536d599cc876579c85c82"
|
sha256: "18ca4b66685e21406bcf64c484b3b680b4949900415536d599cc876579c85c82"
|
||||||
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/AutoencoderKL-256-256-fp16-opt.param"
|
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/AutoencoderKL-256-256-fp16-opt.param"
|
||||||
- filename: "stablediffusion_assets/AutoencoderKL-512-512-fp16-opt.param"
|
- filename: "stablediffusion_assets/AutoencoderKL-512-512-fp16-opt.param"
|
||||||
sha256: "cf45f63aacf3dbbab0f59ed92a6f2c14d9a1801314631cd3abe91e3c85639a20"
|
sha256: "cf45f63aacf3dbbab0f59ed92a6f2c14d9a1801314631cd3abe91e3c85639a20"
|
||||||
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/AutoencoderKL-512-512-fp16-opt.param"
|
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/AutoencoderKL-512-512-fp16-opt.param"
|
||||||
- filename: "stablediffusion_assets/AutoencoderKL-base-fp16.param"
|
- filename: "stablediffusion_assets/AutoencoderKL-base-fp16.param"
|
||||||
sha256: "0254a056dce61b0c27dc9ec1b78b53bcf55315c540f55f051eb841aa992701ba"
|
sha256: "0254a056dce61b0c27dc9ec1b78b53bcf55315c540f55f051eb841aa992701ba"
|
||||||
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/AutoencoderKL-base-fp16.param"
|
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/AutoencoderKL-base-fp16.param"
|
||||||
- filename: "stablediffusion_assets/AutoencoderKL-encoder-512-512-fp16.bin"
|
- filename: "stablediffusion_assets/AutoencoderKL-encoder-512-512-fp16.bin"
|
||||||
sha256: "ddcb79a9951b9f91e05e087739ed69da2c1c4ae30ba4168cce350b49d617c9fa"
|
sha256: "ddcb79a9951b9f91e05e087739ed69da2c1c4ae30ba4168cce350b49d617c9fa"
|
||||||
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/releases/download/naifu/AutoencoderKL-encoder-512-512-fp16.bin"
|
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/releases/download/naifu/AutoencoderKL-encoder-512-512-fp16.bin"
|
||||||
- filename: "stablediffusion_assets/AutoencoderKL-fp16.bin"
|
- filename: "stablediffusion_assets/AutoencoderKL-fp16.bin"
|
||||||
sha256: "f02e71f80e70252734724bbfaed5c4ddd3a8ed7e61bb2175ff5f53099f0e35dd"
|
sha256: "f02e71f80e70252734724bbfaed5c4ddd3a8ed7e61bb2175ff5f53099f0e35dd"
|
||||||
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/releases/download/naifu/AutoencoderKL-fp16.bin"
|
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/releases/download/naifu/AutoencoderKL-fp16.bin"
|
||||||
- filename: "stablediffusion_assets/FrozenCLIPEmbedder-fp16.bin"
|
- filename: "stablediffusion_assets/FrozenCLIPEmbedder-fp16.bin"
|
||||||
sha256: "1c9a12f4e1dd1b295a388045f7f28a2352a4d70c3dc96a542189a3dd7051fdd6"
|
sha256: "1c9a12f4e1dd1b295a388045f7f28a2352a4d70c3dc96a542189a3dd7051fdd6"
|
||||||
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/releases/download/naifu/FrozenCLIPEmbedder-fp16.bin"
|
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/releases/download/naifu/FrozenCLIPEmbedder-fp16.bin"
|
||||||
- filename: "stablediffusion_assets/FrozenCLIPEmbedder-fp16.param"
|
- filename: "stablediffusion_assets/FrozenCLIPEmbedder-fp16.param"
|
||||||
sha256: "471afbe678dd1fd3fe764ef9c6eccaccb0a7d7e601f27b462aa926b20eb368c9"
|
sha256: "471afbe678dd1fd3fe764ef9c6eccaccb0a7d7e601f27b462aa926b20eb368c9"
|
||||||
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/FrozenCLIPEmbedder-fp16.param"
|
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/FrozenCLIPEmbedder-fp16.param"
|
||||||
- filename: "stablediffusion_assets/log_sigmas.bin"
|
- filename: "stablediffusion_assets/log_sigmas.bin"
|
||||||
sha256: "a2089f8aa4c61f9c200feaec541ab3f5c94233b28deb6d5e8bcd974fa79b68ac"
|
sha256: "a2089f8aa4c61f9c200feaec541ab3f5c94233b28deb6d5e8bcd974fa79b68ac"
|
||||||
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/raw/main/x86/linux/assets/log_sigmas.bin"
|
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/raw/main/x86/linux/assets/log_sigmas.bin"
|
||||||
- filename: "stablediffusion_assets/UNetModel-256-256-MHA-fp16-opt.param"
|
- filename: "stablediffusion_assets/UNetModel-256-256-MHA-fp16-opt.param"
|
||||||
sha256: "a58c380229f09491776df837b7aa7adffc0a87821dc4708b34535da2e36e3da1"
|
sha256: "a58c380229f09491776df837b7aa7adffc0a87821dc4708b34535da2e36e3da1"
|
||||||
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/UNetModel-256-256-MHA-fp16-opt.param"
|
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/UNetModel-256-256-MHA-fp16-opt.param"
|
||||||
- filename: "stablediffusion_assets/UNetModel-512-512-MHA-fp16-opt.param"
|
- filename: "stablediffusion_assets/UNetModel-512-512-MHA-fp16-opt.param"
|
||||||
sha256: "f12034067062827bd7f43d1d21888d1f03905401acf6c6eea22be23c259636fa"
|
sha256: "f12034067062827bd7f43d1d21888d1f03905401acf6c6eea22be23c259636fa"
|
||||||
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/UNetModel-512-512-MHA-fp16-opt.param"
|
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/UNetModel-512-512-MHA-fp16-opt.param"
|
||||||
- filename: "stablediffusion_assets/UNetModel-base-MHA-fp16.param"
|
- filename: "stablediffusion_assets/UNetModel-base-MHA-fp16.param"
|
||||||
sha256: "696f6975de49f4325b53ce32aff81861a6d6c07cd9ce3f0aae2cc405350af38d"
|
sha256: "696f6975de49f4325b53ce32aff81861a6d6c07cd9ce3f0aae2cc405350af38d"
|
||||||
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/UNetModel-base-MHA-fp16.param"
|
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/UNetModel-base-MHA-fp16.param"
|
||||||
- filename: "stablediffusion_assets/UNetModel-MHA-fp16.bin"
|
- filename: "stablediffusion_assets/UNetModel-MHA-fp16.bin"
|
||||||
sha256: "d618918d011bfc1f644c0f2a33bf84931bd53b28a98492b0a8ed6f3a818852c3"
|
sha256: "d618918d011bfc1f644c0f2a33bf84931bd53b28a98492b0a8ed6f3a818852c3"
|
||||||
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/releases/download/naifu/UNetModel-MHA-fp16.bin"
|
uri: "https://github.com/EdVince/Stable-Diffusion-NCNN/releases/download/naifu/UNetModel-MHA-fp16.bin"
|
||||||
- filename: "stablediffusion_assets/vocab.txt"
|
- filename: "stablediffusion_assets/vocab.txt"
|
||||||
sha256: "e30e57b6f1e47616982ef898d8922be24e535b4fa3d0110477b3a6f02ebbae7d"
|
sha256: "e30e57b6f1e47616982ef898d8922be24e535b4fa3d0110477b3a6f02ebbae7d"
|
||||||
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/vocab.txt"
|
uri: "https://raw.githubusercontent.com/EdVince/Stable-Diffusion-NCNN/main/x86/linux/assets/vocab.txt"
|
@ -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,12 +1,12 @@
|
|||||||
|
---
|
||||||
name: "whisper-base"
|
name: "whisper-base"
|
||||||
|
|
||||||
|
|
||||||
config_file: |
|
config_file: |
|
||||||
backend: whisper
|
backend: whisper
|
||||||
parameters:
|
parameters:
|
||||||
model: ggml-whisper-base.bin
|
model: ggml-whisper-base.bin
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- filename: "ggml-whisper-base.bin"
|
- filename: "ggml-whisper-base.bin"
|
||||||
sha256: "60ed5bc3dd14eea856493d334349b405782ddcaf0028d4b5df4088345fba2efe"
|
sha256: "60ed5bc3dd14eea856493d334349b405782ddcaf0028d4b5df4088345fba2efe"
|
||||||
uri: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin"
|
uri: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin"
|
Loading…
Reference in New Issue
Block a user