apple / coremltools

Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
https://coremltools.readme.io
BSD 3-Clause "New" or "Revised" License
4.44k stars 643 forks source link

Editorial improvements to Guide to Core ML Tools #2338

Closed cpompeo closed 2 months ago

cpompeo commented 2 months ago

This commit makes editorial improvements to some source files for Guide to Core ML Tools, affecting 19 files related to new Core ML Tools APIs announced at WWDC 2024 within three top-level sections (Unified Conversion, Optimization, MLModel):

Unified Conversion --> Conversion Options --> Stateful Models Optimization --> Optimization Workflow Optimization --> Palettization Optimization --> Linear Quantization Optimization --> Pruning Optimization --> Combining Compression Types Optimization --> Conversion MLModel --> Multifunction Models

Here are the categories of changes:

junpeiz commented 2 months ago

Hey @cpompeo Do you plan to generate the corresponding HTML changes and create a PR? Thanks!

junpeiz commented 2 months ago

Hey @cpompeo Do you plan to generate the corresponding HTML changes and create a PR? Thanks!

Never mind, I created a PR for HTML changes: https://github.com/apple/coremltools/pull/2343