Skip to content

Commit

Permalink
Update tfjs-backend-webgpu to 0.0.1-alpha.8. (#5681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille authored Sep 30, 2021
1 parent 604c734 commit 2994443
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
8 changes: 4 additions & 4 deletions tfjs-backend-webgpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-backend-webgpu",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.8",
"main": "dist/tf-backend-webgpu.node.js",
"types": "dist/index.d.ts",
"jsnext:main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-core": "3.9.0",
"@types/jasmine": "~3.0.0",
"clang-format": "~1.5.0",
"jasmine": "~3.1.0",
Expand All @@ -57,10 +57,10 @@
"yalc": "~1.0.0-pre.50"
},
"dependencies": {
"@tensorflow/tfjs-backend-cpu": "link:../link-package-core/node_modules/@tensorflow/tfjs-backend-cpu",
"@tensorflow/tfjs-backend-cpu": "3.9.0",
"@webgpu/types": "0.1.6"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "3.9.0"
}
}
5 changes: 5 additions & 0 deletions tfjs-backend-webgpu/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.8';
export {version};
27 changes: 20 additions & 7 deletions tfjs-backend-webgpu/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -922,13 +922,26 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@tensorflow/tfjs-backend-cpu@link:../link-package-core/node_modules/@tensorflow/tfjs-backend-cpu":
version "0.0.0"
uid ""

"@tensorflow/tfjs-core@link:../link-package-core/node_modules/@tensorflow/tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.9.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.9.0.tgz#27ee581a4765039eb0e84d9d473b6d5f2769c813"
integrity sha512-PUv5B3wdQsA8cysk+oUhA0NqMoo/lwP8EazC/axQc8/72Dc6kU8uw/5qZtE5P4xXSqkNSlh2ifFm+8nH/6B+iA==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/[email protected]":
version "3.9.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.9.0.tgz#5ca2356a14a58263840a6e3caee2467780db9450"
integrity sha512-wQ+VMsbvCne2OsogiNtRP8Mc01LnRGvAYQ0SGaDa4+1uwY2jsMk5GZjG66JQvf/Ppw8wyvKF170eh0yyCBgfcg==
dependencies:
"@types/long" "^4.0.1"
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
long "4.0.0"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@types/component-emitter@^1.2.10":
version "1.2.10"
Expand Down

0 comments on commit 2994443

Please sign in to comment.