Use “yolo11l.pt” but shows Downloading 'yolo11n.pt'

I use yolo11l.pt, and im sure i download the pt then put it in root dir, when i run the code why still auto download yolov11n.pt

Is this normal?

Yes this is normal when you run training. The training code will download and use the nano model to check for automatic mixed precision (AMP) hardware compatibility. The nano model is used because it’s the quickest to check with and should scale to all model sizes and tasks.