mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-05 18:09:24 +08:00
fix lint
This commit is contained in:
1
cosyvoice/flow/flow_matching.py
Executable file → Normal file
1
cosyvoice/flow/flow_matching.py
Executable file → Normal file
@@ -15,6 +15,7 @@ import torch
|
||||
import torch.nn.functional as F
|
||||
from matcha.models.components.flow_matching import BASECFM
|
||||
|
||||
|
||||
class ConditionalCFM(BASECFM):
|
||||
def __init__(self, in_channels, cfm_params, n_spks=1, spk_emb_dim=64, estimator: torch.nn.Module = None):
|
||||
super().__init__(
|
||||
|
||||
Reference in New Issue
Block a user