MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / make_flow_config

Function make_flow_config

src/models/pocket_tts/session.cpp:65–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 manifest.model_config.flow_dim,
64 };
65}
66
67FlowLMConfig make_flow_config(const PocketTTSAssets & manifest) {
68 return FlowLMConfig{
69 manifest.model_config.flow_dim,
70 manifest.model_config.flow_heads,
71 manifest.model_config.flow_intermediate_size,
72 manifest.model_config.latent_dim,
73 manifest.model_config.flow_hidden_size,
74 manifest.model_config.flow_layers,
75 1.0e-5F,
76 1.0e-6F,
77 };
78}
79

Callers 1

PocketTTSSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected