Files
wifi-densepose/examples/ruvLLM/package.json
ruv d803bfe2b1 Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector
git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
2026-02-28 14:39:40 -05:00

31 lines
643 B
JSON

{
"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"
]
}