Describe the bug from TTS.api import TTS api = TTS("tts_models/rus/fairseq/vits") To Reproduce Run code from the task description. See UnboundLocalError. Expected behavior No exceptions. Logs Traceback (most recent call last): File "<std...
How to resolve the hugging face error ImportError: cannot import name 'is_tokenizers_available' from 'transformers.utils'?huggingface/tokenizers#1080 Closed gayanechilingarmentioned this issueJan 11, 2024 Closed penghao-wumentioned this issueJul 9, 2024 ...
38 # only do fairseq imports after checking for dependencies ---> 39 from fairseq.hub_utils import ( # noqa; noqa 40 BPEHubInterface as bpe, 41 TokenizerHubInterface as tokenizer, ~/.cache/torch/hub/pytorch_fairseq_main/fairseq/__init__.py in <module> 31 hydra_init() 32 ---> 33 ...