UltralyticsAssistant 2 months ago
parent 7e4411f53a
commit d263a73126
  1. 4
      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: You can export YOLOv8 models to MCT format using either Python or CLI commands:
!!! example !!! example
=== "Python" === "Python"
```python
````python
from ultralytics import YOLO from ultralytics import YOLO
# Load the YOLOv8n model # 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? ### 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](#). For more detailed information, refer to Sony's [Model Compression Toolkit documentation](#) or the official [MCT GitHub repository](#).
````

Loading…
Cancel
Save