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
Hi. I'm facing the following problem. After training a model, I get an OOM error when I try to save the result in GGUF Q_8 format. Could you please advise how this can be avoided ?
The text was updated successfully, but these errors were encountered:
"You can try reducing the maximum GPU usage during saving by changing maximum_memory_usage.
The default is model.save_pretrained(..., maximum_memory_usage = 0.75). Reduce it to say 0.5 to use 50% of GPU peak memory or lower. This can reduce OOM crashes during saving."
Hi. I'm facing the following problem. After training a model, I get an OOM error when I try to save the result in GGUF Q_8 format. Could you please advise how this can be avoided ?
The text was updated successfully, but these errors were encountered: