higherandy
higherandy
+1
RuntimeError: Expected canUse32BitIndexMath(input) && canUse32BitIndexMath(output) to be true, but got false. (Could this error message be improved? If so, please report an enhancement request to PyTorch.) 感谢大佬分享代码,跑inference的时候报错,使用input下面的图片,task是deblur,能指导下?
段错误
model = VoxCPM.from_pretrained("./pretrained_weights/") # Non-streaming wav = model.generate( text="VoxCPM is an innovative end-to-end TTS model from ModelBest, designed to generate highly expressive speech.", prompt_wav_path="/root/andy/overall_process/VoxCPM_TTS/example.wav", # optional: path to a prompt...