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

Method release_storage

src/models/heartmula/assets.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 "flow_matching.estimator.transformer_blocks.0.mlp.up.weight",
288 {estimator_mlp_dim, estimator_dim});
289 assets::require_tensor_shape(
290 weights,
291 "flow_matching.estimator.transformer_blocks.0.mlp.down.weight",
292 {estimator_dim, estimator_mlp_dim});
293 assets::require_tensor_shape(
294 weights,
295 "flow_matching.estimator.transformer_blocks.0.scale_shift_table",
296 {6, estimator_dim});

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected