-
Notifications
You must be signed in to change notification settings - Fork 938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows conda 环境 tensorrt问题 #877
Comments
更新代码,已修复 |
2025-01-14 13:14:33,962 INFO get zero_shot inference request 新版本windows conda虽然能运行了,但是推理阶段一堆的输出,对比之前的版本是干净的,速度也比之前gradio==4.32.2 的时候慢了10%左右 |
python webui.py --port 50000 --model_dir pretrained_models/CosyVoice2-0.5B
2025-01-12 22:55:20,338 - modelscope - INFO - PyTorch version 2.3.1+cu121 Found.
2025-01-12 22:55:20,342 - modelscope - INFO - Loading ast index from C:\Users\kawae.cache\modelscope\ast_indexer
2025-01-12 22:55:21,549 - modelscope - INFO - Loading done! Current index file version is 1.15.0, with md5 4055a8dd19698e8003c68c14549359b5 and a total number of 980 components indexed
failed to import ttsfrd, use WeTextProcessing instead
Traceback (most recent call last):
File "D:\AIgithub\CosyVoice\webui.py", line 25, in
from cosyvoice.cli.cosyvoice import CosyVoice, CosyVoice2
File "D:\AIgithub\CosyVoice\cosyvoice\cli\cosyvoice.py", line 21, in
from cosyvoice.cli.model import CosyVoiceModel, CosyVoice2Model
File "D:\AIgithub\CosyVoice\cosyvoice\cli\model.py", line 23, in
from cosyvoice.utils.file_utils import convert_onnx_to_trt
File "D:\AIgithub\CosyVoice\cosyvoice\utils\file_utils.py", line 17, in
import tensorrt as trt
ModuleNotFoundError: No module named 'tensorrt'
以前是正常的,最近几天的更新,好像必须tensorrt了,win11 conda环境破不了
The text was updated successfully, but these errors were encountered: