oobabooga / text-generation-webui

A Gradio web UI for Large Language Models.
GNU Affero General Public License v3.0
40.69k stars 5.31k forks source link

Where is zhe whisper_stt model path? #6063

Open fengyutt opened 5 months ago

fengyutt commented 5 months ago

I have 2 question:

1、 Whitch path should the whisper_stt model file be placed? 2、In huggingface there is many files (ex:openai/whisper-tiny/ there are 4 models .msgpack .safetensor .bin .h5) ,whitch is used in whisper_stt?

mamei16 commented 5 months ago

Hi,

  1. The model you select in the UI is downloaded to ~/.cache/whisper (source)
  2. The model should be a checkpoint file, with the models officially released by openai having the suffix .pt.