You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\asdasd\AI\GPT-SoVITS-Server-main\GPT-SoVITS-Server-main>python server.py
DirectML可用,将使用DirectML进行推理加速。
设备名称: NVIDIA GeForce GTX 1650
Traceback (most recent call last):
File "D:\asdasd\AI\GPT-SoVITS-Server-main\GPT-SoVITS-Server-main\server.py", line 71, in
tokenizer = AutoTokenizer.from_pretrained(bert_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\wyc\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\models\auto\tokenization_auto.py", line 926, in from_pretrained
return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\wyc\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\tokenization_utils_base.py", line 2200, in from_pretrained
raise EnvironmentError(
OSError: Can't load tokenizer for './pretrained/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 './pretrained/chinese-roberta-wwm-ext-large' is the correct path to a directory containing all relevant files for a RobertaTokenizerFast tokenizer.
好不容易把依赖装完了,还是报错,我现在东西是这样放得
The text was updated successfully, but these errors were encountered:
D:\asdasd\AI\GPT-SoVITS-Server-main\GPT-SoVITS-Server-main>python server.py
![image](https://private-user-images.githubusercontent.com/39401653/373943866-d2f0ec45-784f-416c-909b-43a092522e8b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Nzc1MzIsIm5iZiI6MTczOTU3NzIzMiwicGF0aCI6Ii8zOTQwMTY1My8zNzM5NDM4NjYtZDJmMGVjNDUtNzg0Zi00MTZjLTkwOWItNDNhMDkyNTIyZThiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIzNTM1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM1ZjJmNTZjZTA5OTJlNWI2NDEwOGU5ZWYwZmRjZWUyMDM3NjcyODNlY2YwY2ZjYzAzMmRhMTk4NzBmOGE3Y2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.wHSsqOXkKCpnJuwRkj8D7TrbtoX0Oc6kOe510IyZURE)
![image](https://private-user-images.githubusercontent.com/39401653/373943876-7706a5f2-da04-49ad-a38e-545de4e99eac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Nzc1MzIsIm5iZiI6MTczOTU3NzIzMiwicGF0aCI6Ii8zOTQwMTY1My8zNzM5NDM4NzYtNzcwNmE1ZjItZGEwNC00OWFkLWEzOGUtNTQ1ZGU0ZTk5ZWFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIzNTM1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVhNjE0Yjc4YjI5ZjNkNjQzNjIwMmM3OWVkYmJmZGI3ZWVkMDM5MDI2ZGEwOWRhMjNhMTRiMzMwZWY5Y2FkMzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IbtnmzsM9q8A1nOFP8en3lXgEcx6Hlk3Pn0cyQp4TXM)
DirectML可用,将使用DirectML进行推理加速。
设备名称: NVIDIA GeForce GTX 1650
Traceback (most recent call last):
File "D:\asdasd\AI\GPT-SoVITS-Server-main\GPT-SoVITS-Server-main\server.py", line 71, in
tokenizer = AutoTokenizer.from_pretrained(bert_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\wyc\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\models\auto\tokenization_auto.py", line 926, in from_pretrained
return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\wyc\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\tokenization_utils_base.py", line 2200, in from_pretrained
raise EnvironmentError(
OSError: Can't load tokenizer for './pretrained/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 './pretrained/chinese-roberta-wwm-ext-large' is the correct path to a directory containing all relevant files for a RobertaTokenizerFast tokenizer.
好不容易把依赖装完了,还是报错,我现在东西是这样放得
The text was updated successfully, but these errors were encountered: