YOLOv6n checkpoint file not present in ultralytics repo

I want to run yolov6n model on raspberry pi 5 cpu and for that I tried to use ultralytics repo but there I am not able to download yolov6.pt file as I have been able to download yolov11.pt file using the command, yolo detect predict model=yolo11n.pt

Are you trying to run the model on the RPi CPU or on the AI HAT+?

If you want to run yolov6n on the Hailo-based AI HAT+, you download it precompiled from our Model Zoo (hailo_model_zoo/docs/public_models/HAILO8/HAILO8_object_detection.rst at master · hailo-ai/hailo_model_zoo · GitHub).

If you want to train your own version of this model in the Ultralytics environment and then run it on the AI HAT+, you should export it to ONNX first, and then use the Hailo Dataflow Compiler to compile it for the Hailo device.

I am not able to run that model on a video input while running on CPU.