| 352 | std::vector<float> head(static_cast<size_t>(frames * head_dim), 0.0F); |
| 353 | ggml_backend_tensor_get(output, head.data(), 0, head.size() * sizeof(float)); |
| 354 | return head; |
| 355 | } |
| 356 | |
| 357 | ggml_backend_t backend = nullptr; |
| 358 | std::shared_ptr<const Vevo2VocoderWeights> weights; |
| 359 | int64_t frames = 0; |