Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'

This commit is contained in:
ruv
2026-02-28 14:39:40 -05:00
7854 changed files with 3522914 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "ruvllm-native",
"version": "2.0.0",
"description": "Self-learning LLM with optimized NEON/Metal kernels, Flash Attention 2, and multi-threaded GEMM/GEMV",
"napi": {
"binaryName": "ruvllm",
"targets": [
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-pc-windows-msvc"
],
"package": {
"name": "@ruvector/ruvllm"
}
},
"devDependencies": {
"@napi-rs/cli": "^2.18.0"
},
"keywords": [
"llm",
"neon",
"simd",
"metal",
"self-learning",
"flash-attention",
"ruvector"
]
}