diff options
| -rw-r--r-- | src/content/docs/whisper-to-ai-moji-okoshi.mdx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/content/docs/whisper-to-ai-moji-okoshi.mdx b/src/content/docs/whisper-to-ai-moji-okoshi.mdx index a0d44c6..646bcb7 100644 --- a/src/content/docs/whisper-to-ai-moji-okoshi.mdx +++ b/src/content/docs/whisper-to-ai-moji-okoshi.mdx @@ -75,6 +75,11 @@ description: OpenAI Whisperと生成AIを組み合わせた超高精度な文字 <img src="/img/whisper-gpu.png" alt="GPU設定画面" class="whisper-img" /> +:::tip +##### 💡 TPU ではなく GPU を選んでください +「v5e-1 TPU」などの選択肢もありますが、Whisper は PyTorch 製のため GPU(CUDA)でのみ高速動作します。TPU を選んでもエラーになるか、CPU 動作で非常に遅くなります。必ず **T4 GPU** を選択してください。 +::: + **⑥ 文字起こししたい音声ファイルを Google Drive の「マイドライブ」直下にアップロードします。** ここでは例として `onsei.mp3` で説明します。mp3、m4a、wav などの音声ファイルだけでなく、mp4 などの動画ファイルもそのまま文字起こし可能です。アップロードが完了するまで待ちます。 |
