You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to clarify if Amphion supports running on CPU-only systems. While testing the framework on a CPU machine, I encountered some issues that may indicate GPU dependency, but there is no clear mention of CPU requirements in the documentation or issues section.
Questions
Is Amphion designed to run on CPU-only hardware, or is a GPU mandatory for certain tasks or models?
If CPU compatibility is supported:
Are there any specific configurations or flags to enable CPU inference?
when I tried to use cpu, this error happened
RuntimeError: Error while trying to find names to remove to save state dict, but found no suitable name to keep for saving amongst: {'model.head.istft.window'}. None is covering the entire storage.Refusing to save/load the model since you could be storing much more memory than needed. Please refer to https://huggingface.co/docs/safetensors/torch_shared_tensors for more information. Or open an issue.
The text was updated successfully, but these errors were encountered:
Problem Overview
Hi team,
I would like to clarify if Amphion supports running on CPU-only systems. While testing the framework on a CPU machine, I encountered some issues that may indicate GPU dependency, but there is no clear mention of CPU requirements in the documentation or issues section.
Questions
Is Amphion designed to run on CPU-only hardware, or is a GPU mandatory for certain tasks or models?
If CPU compatibility is supported:
Are there any specific configurations or flags to enable CPU inference?
when I tried to use cpu, this error happened
RuntimeError: Error while trying to find names to remove to save state dict, but found no suitable name to keep for saving amongst: {'model.head.istft.window'}. None is covering the entire storage.Refusing to save/load the model since you could be storing much more memory than needed. Please refer to https://huggingface.co/docs/safetensors/torch_shared_tensors for more information. Or open an issue.
The text was updated successfully, but these errors were encountered: