Skip to content

Commit

Permalink
Update tfjs-tflite to 0.0.1-alpha.9. (#6891)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjingforever committed Oct 3, 2022
1 parent 260fced commit e144d06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfjs-tflite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-tflite",
"version": "0.0.0",
"version": "0.0.1-alpha.9",
"description": "TFLite support for TensorFlow.js",
"main": "dist/tf-tflite.node.js",
"module": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"yarn": ">= 1.3.2"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "3.20.0"
},
"devDependencies": {
"@bazel/bazelisk": "^1.12.0"
Expand Down
5 changes: 5 additions & 0 deletions tfjs-tflite/src/version.ts
Original file line number Diff line number Diff line change
@@ -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 comments on commit e144d06

Please sign in to comment.