How to use Yolov8 with cuda?
wolf002 opened this issue · 1 comments
wolf002 commented
How to intasll Yolov8 with support cuda? Please descibe.
Gormonboza commented
Before you run pip install ultralytics
:
- install CUDA toolkit (for example CUDA 11.8) and CUDNN
- install pyTorch [https://pytorch.org/get-started/locally/]