Views
No views yet
| File | Size | SHA256 |
|---|---|---|
fun-asr-nano-2512-q8_0.gguf | 1,045,334,432 bytes | 4d727357574b079b7f43336b2930f39da086ca02f5d8d50872090b4c1c3d5e0a |
fun-asr-nano-2512-f16.gguf | 1,675,708,832 bytes | 3d906c3ccfed07efef88ff53d6cc94b788b9d2edf1492a5679d041b43e98c5be |
854d88f94205cd17d2afdb24332130d86fbe654a. The source
model.safetensors SHA256 is
335ca3e74917f1156690400e2c344350112950165789cf78ce3d0a367affd821.1audiocpp_cli \
2 --task asr \
3 --family fun_asr_nano \
4 --model fun-asr-nano-2512-q8_0.gguf \
5 --backend cuda \
6 --audio speech.wavfun_asr_nano.decoder_weight_type session option overrides
that default.audiocpp_gguf converter:1audiocpp_gguf \
2 --input model.safetensors \
3 --root /path/to/Fun-ASR-Nano-2512-hf \
4 --output fun-asr-nano-2512-q8_0.gguf \
5 --type q8_0 \
6 --family fun_asr_nano \
7 --model-spec model_specs/fun_asr_nano.jsonaudiocpp_gguf --inspect and full reference
audio transcription on CPU and NVIDIA H100 CUDA.