-
Notifications
You must be signed in to change notification settings - Fork 116
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
AMD gpu detected as Intel #822
Comments
I am seeing similar issues with
|
@ericcurtin PTAL |
Fixes: containers#822 Signed-off-by: Daniel J Walsh <[email protected]>
This GPUDetector code's only functionality is displaying GPU details. It doesn't have any real functionality in RamaLama. I use nvtop as my generic tool to display all GPU info, I'm not even sure we should have extended RamaLama to do things like this. |
Fixes: containers#822 Signed-off-by: Daniel J Walsh <[email protected]>
Fixes: containers#822 Signed-off-by: Daniel J Walsh <[email protected]>
@ericcurtin @rhatdan Instead of this functionality, should we just modify The GPU detector code has a risk of reporting different info, since it uses different logic from the detector logic in |
I think we should unify these to be able to report the same thing. |
lspci
indicates I have an AMD gpu, whileramalama info
detects Intel:Fedora 41
ramalama 0.6.0
The text was updated successfully, but these errors were encountered: