QQ扫一扫联系
原来用的好好的,突然卡了一下,然后这个模型怎么都启动不了了,重新解压,重新加载也无法启动
错误日志如下:
0
time="2025-02-21T12:44:13+08:00" level=info msg="server starting" buildTime="2025-02-06 17:44:13" mode=api version=0.0.1
1
time="2025-02-21T12:44:13+08:00" level=info msg="command starting"
2
time="2025-02-21T12:44:14+08:00" level=info msg="Started process with PID:6893"
3
2025-02-21 12:44:14,883 - modelscope - INFO - PyTorch version 2.4.1 Found.
4
2025-02-21 12:44:14,884 - modelscope - INFO - Loading ast index from /Users/dafei/Downloads/AI-Tools/cosyvoice-v0.1.0/_cache/modelscope/ast_indexer
5
2025-02-21 12:44:14,907 - modelscope - INFO - Loading done! Current index file version is 1.15.0, with md5 86a5e5d4733df749708fcb1dce0f252d and a total number of 980 components indexed
6
transformer is not installed, please install it if you want to use related modules
7
failed to import ttsfrd, use WeTextProcessing instead
8
Traceback (most recent call last):
9
File "/Users/dafei/Downloads/AI-Tools/cosyvoice-v0.1.0/_aienv/lib/python3.8/runpy.py", line 194, in _run_module_as_main
10
return _run_code(code, main_globals, None,
11
File "/Users/dafei/Downloads/AI-Tools/cosyvoice-v0.1.0/_aienv/lib/python3.8/runpy.py", line 87, in _run_code
12
exec(code, run_globals)
13
File "aigcpanelrun.py", line 98, in <module>
14
File "aigcpanelrun.py", line 33, in main
15
File "/Users/dafei/Downloads/AI-Tools/cosyvoice-v0.1.0/_aigcpanel/base/file.py", line 37, in contentJson
16
content = contentText(pathOrUrl)
17
File "/Users/dafei/Downloads/AI-Tools/cosyvoice-v0.1.0/_aigcpanel/base/file.py", line 31, in contentText
18
with open(pathOrUrl, 'r') as file:
19
FileNotFoundError: [Errno 2] No such file or directory: '${CONFIG}'
20
Error: exit status 1