Reordering sections and editorial rewrite - #57
lizzyjunedavis wants to merge 10 commits into
Conversation
70ff160 to
2ebcb17
Compare
…icon, second person
… remove Links section
2ebcb17 to
09d0644
Compare
| - 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) |
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."
There was a problem hiding this comment.
Updated. Here is the updated preview link: https://lizzyjunedavis.github.io/coreai-optimization/
|
The preview has been updated with the new image here: https://lizzyjunedavis.github.io/coreai-optimization/ |
There was a problem hiding this comment.
This is unused, we can remove it
Reordered sections and condensed the related linked section to the intro.