whishper icon indicating copy to clipboard operation
whishper copied to clipboard

Update example.env

Open danielcamposramos opened this issue 1 year ago • 2 comments

Changed the default languages to download and languages available;

danielcamposramos avatar Jan 27 '25 01:01 danielcamposramos

Hello,

@danielcamposramos, when I switch WHISPER_MODELS from the default value to your suggestion (distil-large-v3,distil-large-v2,distil-medium.en,turbo), I get a looping error:

whishper | 2025-03-30 10:53:31,640 INFO success: transcription entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whisper-libretranslate | Running on http://*:5000 whishper | 2025-03-30 10:53:33,390 WARN exited: transcription (exit status 1; not expected) whishper | 2025-03-30 10:53:34,395 INFO spawned: 'transcription' with pid 31 whishper | 2025-03-30 10:53:35,397 INFO success: transcription entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whishper | 2025-03-30 10:53:36,162 WARN exited: transcription (exit status 1; not expected) whishper | 2025-03-30 10:53:37,168 INFO spawned: 'transcription' with pid 35 whishper | 2025-03-30 10:53:38,170 INFO success: transcription entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whishper | 2025-03-30 10:53:38,681 WARN exited: transcription (exit status 1; not expected) whishper | 2025-03-30 10:53:39,684 INFO spawned: 'transcription' with pid 39 whishper | 2025-03-30 10:53:40,685 INFO success: transcription entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whishper | 2025-03-30 10:53:41,222 WARN exited: transcription (exit status 1; not expected) whishper | 2025-03-30 10:53:42,228 INFO spawned: 'transcription' with pid 43 whishper | 2025-03-30 10:53:43,230 INFO success: transcription entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whishper | 2025-03-30 10:53:43,799 WARN exited: transcription (exit status 1; not expected) whishper | 2025-03-30 10:53:44,802 INFO spawned: 'transcription' with pid 47 whishper | 2025-03-30 10:53:45,803 INFO success: transcription entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whishper | 2025-03-30 10:53:46,402 WARN exited: transcription (exit status 1; not expected)

ruschestor avatar Mar 30 '25 07:03 ruschestor

There are other commits to do for this to work properly on several files, but the creator just stoped at the first commit as I've removed the old small models.

danielcamposramos avatar Mar 30 '25 18:03 danielcamposramos