Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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."
""
3
import
argparse, os, re
4
import
numpy
as
np, torch, gguf
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected