Select NVIDIA GPU instead of Intel. #46
-
|
Hi, first of all, I want to thank you for the good work. It works amazingly well! I am trying to use the large V3 model, I enabled GPUs, But my Nvidia GPU doesn't get detected only Intel. This is the output of How can I tell Voxtype to use the Nvidia card? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
|
@yairh This looks like a bug, or at least like an overlooked use-case. I'm looking in to it now. |
Beta Was this translation helpful? Give feedback.
-
|
I can take a look at making
If so, you might consider adding that environment variable to your system to force selection of your nvidia GPU more broadly whenever a Vulkan app is run. |
Beta Was this translation helpful? Give feedback.
I can take a look at making
voxtypehandle this in a more user-friendly way. In the meantime, could you try this and let me know whether it does what you expect?VK_LOADER_DRIVERS_SELECT='nvidia*' voxtype daemonIf so, you might consider adding that environment variable to your system to force selection of your nvidia GPU more broadly whenever a Vulkan app is run.