nineninesix/kani-tts-370m-MLX
This model nineninesix/kani-tts-370m-MLX was converted to MLX format from nineninesix/kani-tts-370m using mlx-lm version 0.28.2.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("nineninesix/kani-tts-370m-MLX")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
- Downloads last month
- 26
Hardware compatibility
Log In to add your hardware
Quantized
Model tree for nineninesix/kani-tts-370m-MLX
Base model
nineninesix/kani-tts-450m-0.2-pt Finetuned
nineninesix/kani-tts-370m