tf is wrong with my SoVITS install? i followed the linux instructions on the github but when i try to run the inference_webui.py i just get this.
(GPTSoVits) [anon@arch_linux GPT-SoVITS]$ python GPT_SoVITS/inference_webui.pyTraceback (most recent call last):
File "/home/anon/stuff/GPT-SoVITS/GPT_SoVITS/inference_webui.py", line 129, in <module>
tokenizer = AutoTokenizer.from_pretrained(bert_path)
File "/home/anon/.conda/envs/GPTSoVits/lib/python3.9/site-packages/transformers/models/auto/tokenization_auto.py", line 939, in from_pretrained
return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs)
File "/home/anon/.conda/envs/GPTSoVits/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 2197, in from_pretrained
raise EnvironmentError(
OSError: Can't load tokenizer for 'GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large' is the correct path to a directory containing all relevant files for a RobertaTokenizerFast tokenizer.
anyone know how this thing is supposed to work?