from ultralytics import YOLO model = YOLO("yolov8n.pt") # model.export(format="onnx", simplify=True, int8=True) model.export(format="engine")