remove whisper

This commit is contained in:
Nicolas Mowen 2026-03-26 11:27:37 -06:00
parent 51397aeb1d
commit c4f90a660d

View File

@ -60,5 +60,9 @@ ignore_errors = true
[mypy-frigate.util.*] [mypy-frigate.util.*]
ignore_errors = true ignore_errors = true
# Third-party code imported from https://github.com/ufal/whisper_streaming
[mypy-frigate.data_processing.real_time.whisper_online]
ignore_errors = true
[mypy-frigate.video.*] [mypy-frigate.video.*]
ignore_errors = true ignore_errors = true