MCPcopy Create free account
hub / github.com/modelscope/FunASR / export_vad_gguf.py

File export_vad_gguf.py

runtime/llama.cpp/export_vad_gguf.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2"""Export FSMN-VAD (encoder + CMVN) to GGUF for the ggml C++ runtime."""
3import argparse, os, re
4import numpy as np, torch, gguf

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected