Skip to content
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

after installing YOLOv8 module all modules cannot work with gpu #121

Open
2 tasks
motogon opened this issue Jul 21, 2024 · 0 comments
Open
2 tasks

after installing YOLOv8 module all modules cannot work with gpu #121

motogon opened this issue Jul 21, 2024 · 0 comments

Comments

@motogon
Copy link

motogon commented Jul 21, 2024

Area of Concern

  • [ Server version: 2.6.5 ] Server
  • [Object Detection (YOLOv8) ] Behaviour of one or more Modules [provide name(s), e.g. ObjectDetectionYolo]
  • [ Docker ] Installer
  • Runtime [e.g. Python3.7, .NET]
  • Module packages [e.g. PyTorch)
  • [ ] Something else
image

Describe the bug

Immediately after creating the container :
docker run --name CodeProject.AI -d -p 33168:32168 --gpus all
--privileged
--restart=unless-stopped.
--device /dev/bus/usb:/dev/bus/usb.
--shm-size=164m.
--network=scrypted_default.
--mount type=bind,source=/etc/codeproject/ai,target=/etc/codeproject/ai.
\ --mount type=bind,source=/volume5/Exten/CodeProject/md0,target=/app/modules
codeproject/ai-server:cuda12_2-2.6.5

gpu version: NVIDIA-SMI 535.154.05 Driver version: 535.154.05 CUDA version: 12.2

Face Processing 1.10.2 and Object Detection (YOLOv5 6.2) 1.9.1 modules work using the GPU.

image

after installing YOLOv8 module - GPU driver version is downgraded to 11.5 and all modules cannot work with gpu

Probably in YOLOv8 module installer - error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Your System (please complete the following information):

  • CodeProject.AI Server version: 2.6.5
  • OS: [e.g. Ubuntu 20.04]
  • System RAM [e.g. 128Gb]
  • GPU (if available) NVIDIA GeForce GTX 1650 (4 GiB) (NVIDIA)
  • GPU RAM (if available) 4Gb

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant