How to use jaketae/fastspeech2-ljspeech with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jaketae/fastspeech2-ljspeech", dtype="auto")
What is a pickle import?