Skip to content

Commit 13465a7

Browse files
Add EdgeRunner to AI category
Fast, local LLM inference for Apple Silicon built in Swift/Metal. Supports GGUF models (Qwen3, etc.) with Metal-optimized kernels and ~230+ tok/s decode on M3 Max.
1 parent 9fd541d commit 13465a7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

contents.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,20 @@
10611061
"description":"Compile transformers directly for Apple's Neural Engine.",
10621062
"homepage":"https://github.com/christopherkarani/Espresso"
10631063
},
1064+
{
1065+
"title":"EdgeRunner",
1066+
"category":"ai",
1067+
"description":"Fast, local LLM inference for Apple Silicon. Built in Swift and Metal from the ground up.",
1068+
"homepage":"https://github.com/christopherkarani/EdgeRunner",
1069+
"tags":[
1070+
"llm",
1071+
"inference",
1072+
"metal",
1073+
"gguf",
1074+
"apple-silicon",
1075+
"on-device-ai"
1076+
]
1077+
},
10641078
{
10651079
"title":"CenteredCollectionView",
10661080
"category":"uicollectionview",

0 commit comments

Comments
 (0)