ACE-Step-MCP / config /zh_rap_lora_config.json
Sayoyo's picture
[feat] lora support
96ec844
raw
history blame contribute delete
248 Bytes
{
"r": 256,
"lora_alpha": 32,
"target_modules": [
"speaker_embedder",
"linear_q",
"linear_k",
"linear_v",
"to_q",
"to_k",
"to_v",
"to_out.0"
],
"use_rslora": true
}