T5Gemma-TTSをDGX Sparkで動かす|とりにく

環境構築 git clone https://github.com/Aratako/T5Gemma-TTS.git cd T5Gemma-TTS uv venv --python /usr/bin/python3.10 .venv source .venv/bin/activate uv pip install --upgrade pip curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # 途中で聞かれたら:1) Proceed with installation (default) s…