Reordering sections and editorial rewrite - #57
Open
lizzyjunedavis wants to merge 8 commits into
Open
Conversation
lizzyjunedavis
force-pushed
the
docs/section-reorder
branch
from
July 30, 2026 14:21
70ff160 to
2ebcb17
Compare
…icon, second person
… remove Links section
lizzyjunedavis
force-pushed
the
docs/section-reorder
branch
from
July 30, 2026 14:35
2ebcb17 to
09d0644
Compare
aseemw
reviewed
Aug 4, 2026
| - Compress models with quantization, palettization, and pruning using [Core AI Optimization](https://github.com/apple/coreai-optimization) | ||
| - Load and run models in an app with the [Core AI Framework](https://developer.apple.com/documentation/coreai) | ||
| - Inspect, debug, and profile models using [Core AI Debugger](https://developer.apple.com/documentation/coreai/inspecting-debugging-and-profiling-core-ai-models) | ||
| - Get popular open-source models with conversion, optimization, and Swift app integration code using [Core AI Models](https://github.com/apple/coreai-models) |
Contributor
There was a problem hiding this comment.
can you update this last bullet, to integrate the info from the original text, which has been currently been dropped.
"GitHub repository with example models demonstrating how to convert, optimize, and re-author models for deployment with Core AI. Several of the LLMs in there are compressed to ~4–5 bits using coreai-opt. The repo also contains a number of AI skills, including some that wrap coreai-opt workflows."
Contributor
Author
There was a problem hiding this comment.
Updated. Here is the updated preview link: https://lizzyjunedavis.github.io/coreai-optimization/
…mpression context, AI skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reordered sections and condensed the related linked section to the intro.