fish_audio_preprocess/utils/transcribe.py:L43:`TypeError: BatchedInferencePipeline.__init__() got an unexpected keyword argument 'compute_type' ` 设置 --batch-size=1 无效,查看 type(batch_size) 为 str,所以没法进入 41 行这个分支。