First upload version 0.0.1
This commit is contained in:
41
node_modules/@node-llama-cpp/win-x64-cuda/package.json
generated
vendored
Normal file
41
node_modules/@node-llama-cpp/win-x64-cuda/package.json
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "@node-llama-cpp/win-x64-cuda",
|
||||
"version": "3.15.1",
|
||||
"description": "Prebuilt binary for node-llama-cpp for Windows x64 with CUDA support",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist/",
|
||||
"bins/",
|
||||
"package.json",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"node": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/withcatai/node-llama-cpp.git"
|
||||
},
|
||||
"author": "Gilad S.",
|
||||
"license": "MIT",
|
||||
"preferUnplugged": true,
|
||||
"bugs": {
|
||||
"url": "https://github.com/withcatai/node-llama-cpp/issues"
|
||||
},
|
||||
"homepage": "https://node-llama-cpp.withcat.ai"
|
||||
}
|
||||
Reference in New Issue
Block a user