Loading an options file directly into the executable causes everything to be run on the CPU. If I launch the executable and load the options, it runs on the GPU. #79
420pootang69
started this conversation in
General
Replies: 1 comment
-
This should read GPU. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I kinda shoved everything in the title.
Basically if I load up the executable, load my options file, then launch, all is good. Everything runs on the CPU.
I wanted to be able to launch from the settings directly, so when I click an options file, it launches kobold with those options. It seems to select the correct options, but does everything on the CPU instead.
I've tried the latest 1.77 and this issue is still there. Having an uneducated look at the options file, it looks like it doesn't specify ROCm, but CUDA?
Is there a work around for this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions