From 670b87fc85428c39065da419be139df87ca22d4c Mon Sep 17 00:00:00 2001 From: Rezarys Date: Thu, 3 Sep 2026 02:28:09 +0200 Subject: [PATCH] Add ane-embed-pipeline to AI libs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd4a94d6..6bb0b5b0 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ In parternship with: ### AI *Libs for AI based projects (Machine Learning, Neural Networks etc).* [back to top](#readme) +* [ane-embed-pipeline](https://github.com/Rezarys/ane-embed-pipeline) - Convert and quantize Hugging Face sentence-transformer models to Core ML packages tuned for the Apple Neural Engine, with a Swift package wrapper. * [CoreML-Models](https://github.com/likedan/Awesome-CoreML-Models) - A collection of unique Core ML Models. * [DL4S](https://github.com/palle-k/DL4S) - Automatic differentiation, fast tensor operations and dynamic neural networks from CNNs and RNNs to transformers. * [EdgeRunner](https://github.com/christopherkarani/EdgeRunner) - Fast, local LLM inference for Apple Silicon. Built in Swift and Metal from the ground up.