```py model = YOLO("/some/path/to/an/yolo/model/yolov8n-pose.pt") ``` This does work and controls the download location, so it isn't downloaded in the current working directory.
This does work and controls the download location, so it isn't downloaded in the current working directory.