Skip to content

Commit

Permalink
models-testing5
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmareddyp committed Nov 2, 2023
1 parent ad17ade commit a2046fe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions gpt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0"
"@tensorflow/tfjs-converter": "^4.13.0-rc.0",
"@tensorflow/tfjs-core": "^4.13.0-rc.0"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
"@tensorflow/tfjs-converter": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0",
"@tensorflow/tfjs-backend-cpu": "^4.13.0-rc.0",
"@tensorflow/tfjs-backend-webgl": "^4.13.0-rc.0",
"@tensorflow/tfjs-converter": "^4.13.0-rc.0",
"@tensorflow/tfjs-core": "^4.13.0-rc.0",
"@types/jasmine": "^4.3.5",
"jasmine": "3.1.x",
"karma": "~6.3.1",
Expand Down
14 changes: 7 additions & 7 deletions hand-pose-detection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
},
"peerDependencies": {
"@mediapipe/hands": "~0.4.0",
"@tensorflow/tfjs-backend-webgl": "^4.9.0",
"@tensorflow/tfjs-converter": "^4.9.0",
"@tensorflow/tfjs-core": "^4.9.0"
"@tensorflow/tfjs-backend-webgl": "^4.13.0-rc.0",
"@tensorflow/tfjs-converter": "^4.13.0-rc.0",
"@tensorflow/tfjs-core": "^4.13.0-rc.0"
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@mediapipe/hands": "^0.4.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.9.0",
"@tensorflow/tfjs-backend-webgl": "^4.9.0",
"@tensorflow/tfjs-converter": "^4.9.0",
"@tensorflow/tfjs-core": "^4.9.0",
"@tensorflow/tfjs-backend-cpu": "^4.13.0-rc.0",
"@tensorflow/tfjs-backend-webgl": "^4.13.0-rc.0",
"@tensorflow/tfjs-converter": "^4.13.0-rc.0",
"@tensorflow/tfjs-core": "^4.13.0-rc.0",
"@types/jasmine": "~2.8.8",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down
14 changes: 7 additions & 7 deletions handpose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
"@tensorflow/tfjs-converter": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0"
"@tensorflow/tfjs-backend-webgl": "^4.13.0-rc.0",
"@tensorflow/tfjs-converter": "^4.13.0-rc.0",
"@tensorflow/tfjs-core": "^4.13.0-rc.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
"@tensorflow/tfjs-converter": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0",
"@tensorflow/tfjs-backend-cpu": "^4.13.0-rc.0",
"@tensorflow/tfjs-backend-webgl": "^4.13.0-rc.0",
"@tensorflow/tfjs-converter": "^4.13.0-rc.0",
"@tensorflow/tfjs-core": "^4.13.0-rc.0",
"@types/jasmine": "~2.8.8",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down
8 changes: 4 additions & 4 deletions knn-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0"
"@tensorflow/tfjs-backend-cpu": "^4.13.0-rc.0",
"@tensorflow/tfjs-core": "^4.13.0-rc.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-typescript": "3.1.1",
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0",
"@tensorflow/tfjs-backend-cpu": "^4.13.0-rc.0",
"@tensorflow/tfjs-core": "^4.13.0-rc.0",
"@types/jasmine": "^3.6.3",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down

0 comments on commit a2046fe

Please sign in to comment.