File "/opt/miniconda3/envs/ollama/lib/python3.10/site-packages/torch/nn/functional.py", line 2264, in embedding
return torch.embedding(weight, input, padding_idx, scale_grad_by_freq, sparse)
RuntimeError: Placeholder storage has not been allocated on MPS device!
My code which caused the error message in model.tts_to_file:
Got the following error message:
My code which caused the error message in
model.tts_to_file
:I tried all other languages. Only
ZH
andKR
has issue. . ButKR
is different issue.Anybody encounter the similar issue? How to solve it? Thanks.