mirror of
https://github.com/outbackdingo/ACE-Step.git
synced 2026-03-20 21:46:01 +00:00
change lora config example in readme
This commit is contained in:
11
README.md
11
README.md
@@ -338,7 +338,16 @@ Example LoRA configuration file (lora_config.json):
|
||||
{
|
||||
"r": 16,
|
||||
"lora_alpha": 32,
|
||||
"target_modules": ["q_proj", "k_proj", "v_proj", "out_proj"]
|
||||
"target_modules": [
|
||||
"speaker_embedder",
|
||||
"linear_q",
|
||||
"linear_k",
|
||||
"linear_v",
|
||||
"to_q",
|
||||
"to_k",
|
||||
"to_v",
|
||||
"to_out.0"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user