Issues using SeamlessM4T .ggml
and .so
files for WhatsApp transcription (need guidance)
#3211
Unanswered
dorlanpabon
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @ggerganov, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I came across some files on a forum that are apparently used for transcribing audio in apps like WhatsApp. I’m not very experienced with these tools, but I thought it might be worth sharing here in case someone with more expertise can confirm whether they can be used with
whisper.cpp
, or knows how to integrate them.Here are the files I found, originally from Facebook Research’s Seamless Communication project:
seamless_nano_ggml_9.ggml
libggml_core_ops_enhanced.so
libggml_core_ops_universal.so
Reference:
🔗 https://github.com/facebookresearch/seamless_communication/tree/main/ggml
Direct links to the files:
seamless_nano_ggml_9.ggml
: https://drive.google.com/file/d/1-ALpKoSw_w9Ux8mLYvspGX1TErqnWW1Y/view?usp=sharinglibggml_core_ops_universal.so
: https://drive.google.com/file/d/1-KAPH9avR8pPgHJLu4kj16T8_RWFZh3a/view?usp=sharinglibggml_core_ops_enhanced.so
: https://drive.google.com/file/d/1-IFabPJVoLbQANva5scMQJfBqoG2CG2d/view?usp=sharingThere’s also a metadata entry for the model:
[{
"name": "seamless_nano_ggml",
"version": 9,
"hash": "6fd65e3c680d470d71d0b0382089e522debbc36fb37294d8c1c85cafa4a6e0cf",
"uncompressedFileSizeInBytes": 141598746,
"modelExtension": "ggml",
"compressionType": "BROTLI",
"feature": "TRANSCRIPTION"
}]
Questions:
.ggml
and.so
files be used withwhisper.cpp
?Thanks in advance for any help or insight!
Beta Was this translation helpful? Give feedback.
All reactions