This directory contains a script that showcases how to use the Transformers pipeline API to run text to speech task on HPUs.
First, you should install the requirements:
pip install -r requirements.txt
python3 run_pipeline.py \
--model_name_or_path microsoft/speecht5_tts \
--text "Hello, my dog is cooler than you!" \
--use_hpu_graphs \
--bf16