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
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
I downloaded deepfacelab 1.0 opencl 01-11-2020 and until a few days ago I was able to use my cpu (i5-9600k)
For some days now, I don't understand why, when I do the training dfl automatically selects the GPU 9800gt 1 gb.
Obviously 1 gb of memory are very few, so the software notifies me of an error message. <<python-3.6.8\lib\site-packages\plaidml\library.py", line 131, in raise_last_status raise self.last_status() plaidml.exceptions.Unknown: Unable to map memory: CL_MEM_OBJECT_ALLOCATION_FAILURE)>> <<(ERROR:plaidml:Unable to map memory:CL_MEM_OBJECT_ALLOCATION_FAILURE Error: Unable to map memory: CL_MEM_OBJECT_ALLOCATION_FAILURE Traceback (most recent call last)>>
How can I reselect my CPU? When I start the PC in safe mode and start training, the software automatically selects the CPU and everything works well.