We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7026b3e commit b5e1ebdCopy full SHA for b5e1ebd
1 file changed
docs/migration-guides/tfjs/package.json
@@ -16,7 +16,8 @@
16
],
17
"main": "./package.json",
18
"directories": {
19
- "benchmark": "./benchmark"
+ "benchmark": "./benchmark",
20
+ "data": "./data"
21
},
22
"scripts": {
23
"bench": "make benchmark"
@@ -33,6 +34,7 @@
33
34
"@tensorflow/tfjs": "^4.20.0",
35
"@tensorflow/tfjs-node": "^4.20.0"
36
37
+ "devDependencies": {},
38
"engines": {},
39
"os": [
40
"aix",
0 commit comments