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 260fced commit e144d06Copy full SHA for e144d06
tfjs-tflite/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tensorflow/tfjs-tflite",
3
- "version": "0.0.0",
+ "version": "0.0.1-alpha.9",
4
"description": "TFLite support for TensorFlow.js",
5
"main": "dist/tf-tflite.node.js",
6
"module": "dist/index.js",
@@ -17,7 +17,7 @@
17
"yarn": ">= 1.3.2"
18
},
19
"peerDependencies": {
20
- "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
+ "@tensorflow/tfjs-core": "3.20.0"
21
22
"devDependencies": {
23
"@bazel/bazelisk": "^1.12.0"
tfjs-tflite/src/version.ts
@@ -0,0 +1,5 @@
+/** @license See the LICENSE file. */
+
+// This code is auto-generated, do not modify this file!
+const version = '0.0.1-alpha.9';
+export {version};
0 commit comments