Open
Description
The transformers
backend does not appear to use the GPU.
I could not get any of the settings such as cuda: true
or device: cuda
to work. In the code, I could not see any of these options being used in the backend, either, yet.
Maybe copy the relevant lines from the diffusers
backend?
LocalAI/backend/python/diffusers/backend_diffusers.py
Lines 223 to 233 in 9482acf