fix: unsupported version of onnxruntime in linux

This commit is contained in:
alikia2x (寒寒) 2025-02-22 22:01:45 +08:00
parent c23753aceb
commit 9da623e731
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6

View File

@ -42,7 +42,7 @@
"@bull-board/express": "npm:@bull-board/express",
"express": "npm:express",
"src/": "./src/",
"onnxruntime": "npm:onnxruntime-node@1.20.1",
"onnxruntime": "npm:onnxruntime-node@1.19.2",
"chalk": "npm:chalk"
},
"compilerOptions": {