Agent Skills
› apple/coreai-models
apple/coreai-models
GitHub提供在Apple平台通过Core AI运行PyTorch模型的实证规则,涵盖Neural Engine和GPU优化、BC1S布局、KV缓存及PSNR验证等,用于模型编写、调试与审查。
安装全部 Skills
npx skills add apple/coreai-models --all -g -y
集合内 Skills (3)
提供在Apple平台通过Core AI运行PyTorch模型的实证规则,涵盖Neural Engine和GPU优化、BC1S布局、KV缓存及PSNR验证等,用于模型编写、调试与审查。
编写面向Apple设备的PyTorch模型代码
调试Core AI模型编译或运行时错误
审查模型以优化能效或计算性能
npx skills add apple/coreai-models --skill model-authoring -g -y
指导在Apple Silicon设备上部署PyTorch模型,涵盖使用coreai-torch导出、coreai-build编译及Core AI运行时运行,提供API参考与最佳实践。
将PyTorch模型部署到Apple设备
使用coreai-torch或coreai-build工具
优化端侧AI性能
选择iOS或macOS部署路径
npx skills add apple/coreai-models --skill working-with-coreai -g -y
探索PyTorch模型的权重压缩配置(量化与调色),对比精度与体积权衡。
模型压缩
量化或调色选项探索
理解压缩配置权衡
减少模型大小
比较不同压缩技术
npx skills add apple/coreai-models --skill model-compression-exploration -g -y


