DeepLearningExamples/CUDA-Optimized/FastSpeech/scripts/install.sh
Dabi Ahn fd32b990ac [CUDA-Optimized/FastSpeech]
- support for PyTorch 1.7 and TensorRT 7.2
- limit sample audio file length
2020-11-02 21:17:00 +08:00

8 lines
154 B
Bash

#!/bin/bash
# install ffmpeg
# apt-get update
# apt-get install -y ffmpeg
# install the project and its dependencies
pip install --user --no-cache-dir .