Skip to content

VK_ERROR_INCOMPATIBLE_DRIVER #4221

Closed Answered by bursica
bursica asked this question in Q&A
Oct 7, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

To answer with my findings:

It may be also connected with installed Vulkan mesa drivers in case of multiple GPUs, when one is integrated. Result, wrong GPU is used.

First option (can also be in ~/.bashrc):
export CUDA_VISIBLE_DEVICES=0 # when your compute GPU is 0

With only that change when running text-generation-webui it will throw info: "MESA-INTEL: warning: Haswell Vulkan support is incomplete".
If you dont' use mesa-vulkan then:
sudo apt-get purge mesa-vulkan-drivers

Hope this will help someone with similar issues.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by bursica
Comment options

You must be logged in to vote
1 reply
@FrankVanris2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants