diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 14:04:05 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 14:04:05 +0900 |
| commit | b370c0369687413f2c3e20ee316c4c8e1cdc689d (patch) | |
| tree | 9a0e8ee06f4567b0681af40b322b2859e92cd4bc /src/content/docs/whisper-to-ai-moji-okoshi.mdx | |
| parent | f819627ed675e443ec94ba176ced0adcab1deb73 (diff) | |
Whisperページ: GPU選択の理由を追記(TPUは非対応)
Diffstat (limited to 'src/content/docs/whisper-to-ai-moji-okoshi.mdx')
| -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 などの動画ファイルもそのまま文字起こし可能です。アップロードが完了するまで待ちます。 |
