-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copilot not detecting GPU #124
Comments
Hey @poldpold sorry to hear you're having this problem. We typically see this error when there's an issue with the Vulkan API that we use to communicate with your GPU. If you don't mind, please run the command |
Glad to help. This is what I get at the beginning, happy to post the rest if it helps:
|
Yeah definitely something funky with Vulkan. The whole log would be great! It might be too long to share in GH comments, so feel free to email it to be at [email protected] |
I'll try to keep everything in one place, let me try to attached the log file here: poldpold.log |
Alright I have two initial thoughts here:
|
As for the drivers, I have the latest (550.54.14) available to install through the procedure in NVIDIA's guide: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/ . I have temporarily uninstalled Steam, but that didn't help. Apparently uninstalling Steam does not clean up its Vulkan layers. Following the post https://www.reddit.com/r/vulkan/comments/pecoh6/remove_steams_vulkan_layers/ I installed |
Thanks for checking both of those out. At this point I think I'll need to do some in-depth debugging with our Linux build and get back to you. We'll hopefully be moving away from the Vulkan API soon anyway and use CUDA when possible. Vulkan is a nice generalized solution to target AMD and NVIDIA GPUs on Linux and Windows but it's proving a bit buggy. We should see some serious performance gains with CUDA as well. Sorry again you're having having this problem. I'll let you know when I have a solution! |
Ok, thanks @brian-pieces! Feel free to close this issue with a status you see appropriate. Hey, at least I can install Baldur’s Gate 3 again (by way of Steam)! |
Software
Desktop Application
Operating System
Linux
Your Pieces OS Version
8.0.1
Kindly describe the bug and include as much detail as possible on what you were doing so we can reproduce the bug.
I have just made a first install of Pieces for Developers 2.10.1 and Pieces OS 8.0.1 on Ubuntu 22.04.1.
In Copilot, Mistral 7B GPU can be downloaded, and is installed apparently correctly. However, when I try to use it, it gives a mysterious error message in the Pieces app:
Using the VSCode plugin results in the same error, but the error message gives slightly more detail, apparently the GPU is not correctly handled.
For information, there is a likely compatible GPU and enough memory available.
The CPU version of Mistral runs correctly. Llama GPU displays an equivalent error.
The text was updated successfully, but these errors were encountered: