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 think on Mac you have to set the model dtype to fp32 too. This didn't work at all on MPS before, I did get it running on fp32 for someone else, but I can't really further work on that, it's an issue with the original code.
I think on Mac you have to set the model dtype to fp32 too. This didn't work at all on MPS before, I did get it running on fp32 for someone else, but I can't really further work on that, it's an issue with the original code.
thanks.I tried to change dtype to FP32. The memory usage is too high. My device has only 32GB of memory and cannot support the program.
then i export PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0
The program did not report an error, but there was no progress change in this state for a long time.
Finally, something to celebrate happened!The progress bar is moving!
A rough estimate of 9% of the progress took at least 10 minutes
Device Environment
macOS m2Max
python3.12
The text was updated successfully, but these errors were encountered: