Skip to content

Commit 0ef019b

Browse files
Add NAPI-v9 support to tfjs-node-gpu package (#8547)
* Add NAPI-v9 support to tfjs-node-gpu package * Update napi version to 9 for tfjs-node
1 parent 5157768 commit 0ef019b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tfjs-node-gpu/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
5,
8484
6,
8585
7,
86-
8
86+
8,
87+
9
8788
]
8889
}
8990
}

tfjs-node/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
5,
8282
6,
8383
7,
84-
8
84+
8,
85+
9
8586
]
8687
}
8788
}

0 commit comments

Comments
 (0)