Skip to content

Is it possible to overcome low GPU-memory for finetuning in Standalone BETA installation? #267

Answered by erew123
ahmetax asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ahmetax

No on Ubuntu sadly. This is a limitation of the NVidia driver more than anything else. On Windows Nvidia allowed/created System Memory fallback for Stable Diffusion, https://nvidia.custhelp.com/app/answers/detail/a_id/5490/~/system-memory-fallback-for-stable-diffusion which in essence, when the GPU memory fills up, it spills over into RAM. This feature isnt available through the driver within Ubuntu/Linux.

Outside of that the Training is running with Huggingface Transformers, and that has no capability to limit/control memory, its left down to the GPU driver to handle that.

Your only other option for finetuning, if you cannot support it on your own hardware, would be to run a …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ahmetax
Comment options

Answer selected by ahmetax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants