This commit is contained in:
Bojan Kucera 2025-06-04 22:46:01 -04:00
parent 7993148a95
commit 528be93804
38 changed files with 4617 additions and 1081 deletions

View file

@ -56,6 +56,16 @@
"bun": ">=1.1.0"
},
"dependencies": {
"@tensorflow/tfjs-node": "^4.22.0",
"@tensorflow/tfjs-node-gpu": "^4.22.0",
"valibot": "^1.1.0"
}
},
"trustedDependencies": [
"@tensorflow/tfjs-node",
"@tensorflow/tfjs-node-gpu",
"core-js",
"cpu-features",
"protobufjs",
"ssh2"
]
}