Skip to content

Commit a993b79

Browse files
Make Coral and CPU codelab use npm versions of packages (#42)
Co-authored-by: Ping Yu <[email protected]>
1 parent 3209ac2 commit a993b79

File tree

3 files changed

+128
-4
lines changed

3 files changed

+128
-4
lines changed

tfjs-tflite-node-codelab/coral_inference_working/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@tensorflow/tfjs": "^3.15.0",
16-
"coral-tflite-delegate": "link:../../coral-tflite-delegate",
17-
"tfjs-tflite-node": "link:../../tfjs-tflite-node",
16+
"coral-tflite-delegate": "^0.0.1",
17+
"tfjs-tflite-node": "^0.0.2",
1818
"stats.js": "^0.17.0"
1919
}
2020
}

tfjs-tflite-node-codelab/cpu_inference_working/package-lock.json

+125-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tfjs-tflite-node-codelab/cpu_inference_working/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@tensorflow/tfjs": "^3.15.0",
16-
"tfjs-tflite-node": "link:../../tfjs-tflite-node",
16+
"tfjs-tflite-node": "^0.0.2",
1717
"stats.js": "^0.17.0"
1818
}
1919
}

0 commit comments

Comments
 (0)