We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd541d commit ac1e5c7Copy full SHA for ac1e5c7
1 file changed
contents.json
@@ -1061,6 +1061,20 @@
1061
"description":"Compile transformers directly for Apple's Neural Engine.",
1062
"homepage":"https://github.com/christopherkarani/Espresso"
1063
},
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
+ },
1078
{
1079
"title":"CenteredCollectionView",
1080
"category":"uicollectionview",
0 commit comments