Open chaorenai opened 1 week ago
如果你需要debug帮助,希望你可以提供:
我也是,推理速度才 2.58it/s , 用的 是app.py 的推理脚本, T4 ,torch.cuda.available() 返回True
Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, wav, from 'donnachen.wav': Metadata: encoder : Lavf58.45.100 Duration: 00:00:20.15, bitrate: 1411 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
我也是,推理速度才 2.58it/s , 用的 是app.py 的推理脚本, T4 ,torch.cuda.available() 返回True
T4上这个速度是正常的,svc的模型本身参数也更多
我也是,推理速度才 2.58it/s , 用的 是app.py 的推理脚本, T4 ,torch.cuda.available() 返回True
T4上这个速度是正常的,svc的模型本身参数也更多
我也是运行的app.py这个脚本 我是v100的gpu 速度也很慢
You can uninstall torch torchvision torchaudio. And then install as
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
You can uninstall torch torchvision torchaudio. And then install as pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
not work for me ,but thx~
我用的是4090,但是GPU只用了一点点,效果很棒,但是推理速度太慢了。是之前使用rvc模型推理时间的100倍都不止……是我哪里用错了吗?