whisper_large.yaml 263 B

123456789101112
  1. Global:
  2. model: whisper_large
  3. mode: predict # only support predict
  4. device: gpu:0
  5. output: "output"
  6. Predict:
  7. batch_size: 1
  8. model_dir: "whisper_large"
  9. input: "https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav"
  10. kernel_option:
  11. run_mode: paddle