Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
30
vendor/ruvector/examples/ruvLLM/package.json
vendored
Normal file
30
vendor/ruvector/examples/ruvLLM/package.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user