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
Unfortunately, when I attempt to implement this, I encounter an error indicating that WithLogs method does not exist in NativeLibraryConfig.Instance. Could you please assist me with this issue? What steps should I take to resolve this?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Description
Hello,
I recently downloaded
LlamaSharp.Backend.Cuda12
with the expectation that my application would start utilizing my GPU. However, it continues to run on the CPU. I referred to the documentation here:https://scisharp.github.io/LLamaSharp/0.15.0/FAQ/#why-gpu-is-not-used-when-i-have-installed-cuda
The documentation suggests adding the following line at the beginning of the code:
NativeLibraryConfig.Instance.WithLogs(LLamaLogLevel.Info);
Unfortunately, when I attempt to implement this, I encounter an error indicating that WithLogs method does not exist in NativeLibraryConfig.Instance. Could you please assist me with this issue? What steps should I take to resolve this?
Thank you for your help.
The text was updated successfully, but these errors were encountered: