second-state/OuteTTS-0.2-500M-GGUF
1642
<!-- header start --> <!-- 200823 --> <div style="width: auto; margin-left: auto; margin-right: auto"> <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;"> </div> <hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> <!-- header end -->
OuteTTS-0.2-500M-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version: v0.14.9
- Run as LlamaEdge service
wasmedge --dir .:. \
--nn-preload tts:GGML:AUTO:OuteTTS-0.2-500M-Q5_K_M.gguf \
llama-api-server.wasm config \
--file llama_server_config.toml \
--ttsllama_server_config.tomlcan be derived from the template config file llama_server_config.toml.bkp. The recommended[tts]config is shown as below
[tts]
model_name = "tts" # Name of the TTS model.
model_alias = "tts" # Alias of the TTS model.
codec_model = "" # Required. Path to the codec model file.
speaker_file = "" # Path to an alternative speaker file.
ctx_size = 8192 # Context size. Default is 8192.
batch_size = 8192 # Batch size. Default is 8192.
ubatch_size = 8192 # Physical maximum batch size. Default is 8192.
n_predict = 4096 # Number of tokens to predict. Default is 4096.
n_gpu_layers = 100 # Number of layers to run on GPU. Default is 100.
temp = 0.8 # Temperature. Default is 0.8.Quantized GGUF Models
Quantized with llama.cpp b4381
