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
Describe the bug
The GPU runs out of memory when generating text.
If your GPU has enough (but there is not much left) VRAM to barely load the model, it will start up with gpu(no fall back to cpu) somehow. But in that case, the VRAM usage overshoots when trying to generate the first sentence. Therefore, an error does not occur immediately after loading, and an error occurs in the first generation.
Expected behavior
An error message and a fall back to the CPU or emptying the GPU cache, something like that.
The text was updated successfully, but these errors were encountered:
Describe the bug
The GPU runs out of memory when generating text.
Expected behavior
An error message and a fall back to the CPU or emptying the GPU cache, something like that.
The text was updated successfully, but these errors were encountered: