Skip to content

Commit e144d06

Browse files
Update tfjs-tflite to 0.0.1-alpha.9. (#6891)
1 parent 260fced commit e144d06

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

tfjs-tflite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-tflite",
3-
"version": "0.0.0",
3+
"version": "0.0.1-alpha.9",
44
"description": "TFLite support for TensorFlow.js",
55
"main": "dist/tf-tflite.node.js",
66
"module": "dist/index.js",
@@ -17,7 +17,7 @@
1717
"yarn": ">= 1.3.2"
1818
},
1919
"peerDependencies": {
20-
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
20+
"@tensorflow/tfjs-core": "3.20.0"
2121
},
2222
"devDependencies": {
2323
"@bazel/bazelisk": "^1.12.0"

tfjs-tflite/src/version.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @license See the LICENSE file. */
2+
3+
// This code is auto-generated, do not modify this file!
4+
const version = '0.0.1-alpha.9';
5+
export {version};

0 commit comments

Comments
 (0)