From d263a731263ab3a2d45892aecfbc1a32babd51d6 Mon Sep 17 00:00:00 2001 From: UltralyticsAssistant Date: Tue, 15 Oct 2024 15:51:41 +0000 Subject: [PATCH] Auto-format by https://ultralytics.com/actions --- docs/en/integrations/sony-mct.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/integrations/sony-mct.md b/docs/en/integrations/sony-mct.md index f13e6acba..71e5c1ed0 100644 --- a/docs/en/integrations/sony-mct.md +++ b/docs/en/integrations/sony-mct.md @@ -142,7 +142,8 @@ For more information and detailed guidelines, refer to Sony's [Model Compression You can export YOLOv8 models to MCT format using either Python or CLI commands: !!! example === "Python" -```python + +````python from ultralytics import YOLO # Load the YOLOv8n model @@ -176,3 +177,4 @@ By reducing model size through quantization and pruning, MCT decreases the compu ### Where can I find more information about MCT? For more detailed information, refer to Sony's [Model Compression Toolkit documentation](#) or the official [MCT GitHub repository](#). +````