Replies: 2 comments 6 replies
-
The issue is your GPU is to old and CUDA 11.8 does not support it,. You need a GPU with CUDA compute capability 3.5+, yours is 2.1. https://en.wikipedia.org/wiki/CUDA#:~:text=*%20b)-,GPUs%20supported,-%5Bedit%5D |
Beta Was this translation helpful? Give feedback.
4 replies
-
Seems to have not had an effect. Stats are similar
07:06:48:Response rec'd from Object Detection (YOLOv5 6.2) command 'detect' (...9734de) ['Found truck, bench'] took 651ms
07:06:49:Response rec'd from Object Detection (YOLOv5 6.2) command 'detect' (...7e74fe) ['Found car'] took 856ms
07:06:49:Response rec'd from Object Detection (YOLOv5 6.2) command 'detect' (...db64f5) ['Found bench'] took 681ms
…________________________________
From: MikeLud ***@***.***>
Sent: Wednesday, April 9, 2025 9:19 PM
To: codeproject/CodeProject.AI-Server ***@***.***>
Cc: Cory Mckee ***@***.***>; Author ***@***.***>
Subject: Re: [codeproject/CodeProject.AI-Server] Trying to use a CUDA GPU. (Discussion #322)
Try disabling Half Precision
image.png (view on web)<https://github.com/user-attachments/assets/60f8048e-9359-45c7-ad15-68a8e72592ef>
—
Reply to this email directly, view it on GitHub<#322 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQ6PTEWEISAZIDOGCPOUR3D2YXWM3AVCNFSM6AAAAAB2K65426VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZYGYZTANQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the subject says, trying to use a CUDA GPU. Logs say its enabled, but CPU usage changed by none and GPU is minimally used. CPU is rather high hence trying to offload. Python seems to be my biggest offender. Installed CUDA Toolkit 11.8 with Drivers for a Geforce M2000 card. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions