mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-09 16:38:39 +01:00
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
|
config BR2_PACKAGE_WHISPER_TFLITE
|
||
|
bool "whisper-tflite"
|
||
|
help
|
||
|
TensorFlow Lite C++ to run inference on
|
||
|
whisper.tflite(~40 MB hybrid model weights
|
||
|
are in int8 and activations are in float32)
|
||
|
|
||
|
https://github.com/usefulsensors/openai-whisper
|
||
|
|