-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 session in a free google colab. Thanks. |
Beta Was this translation helpful? Give feedback.
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 …