Skip to content

Commit c27126b

Browse files
authored
Pin ONNX version (#637)
1 parent cf0358c commit c27126b

File tree

2 files changed

+114
-29
lines changed

2 files changed

+114
-29
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@livekit/agents-monorepo",
33
"private": true,
44
"type": "module",
5+
"pnpm": {
6+
"overrides": {
7+
"onnxruntime-node": "1.21.0",
8+
"onnxruntime-common": "1.21.0"
9+
}
10+
},
511
"scripts": {
612
"build": "turbo run build",
713
"clean": "turbo run clean",

0 commit comments

Comments
 (0)