打包的exe执行时报错Error loading model: 'speaker-verification is not in the pipelines registry group speaker-verification. Please make sure the correct version of ModelScope library is used.'
eugeneYz opened this issue · 1 comments
eugeneYz commented
python脚本运行无异常,打包的exe文件报错。
modelscope版本 1.13.1
funas版本 1.0.14
try:
self.pipline = pipeline(
task='speaker-verification',
model=self.model_path,
)
except Exception as e:
print(f"Error loading model: {e}")
yfchenlucky commented
我们没有执行过打包exe操作,所以无法给您有效的建议,抱歉。