Skip to content

Commit 2994443

Browse files
Update tfjs-backend-webgpu to 0.0.1-alpha.8. (#5681)
1 parent 604c734 commit 2994443

File tree

3 files changed

+29
-11
lines changed

3 files changed

+29
-11
lines changed

tfjs-backend-webgpu/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-backend-webgpu",
3-
"version": "0.0.1-alpha.4",
3+
"version": "0.0.1-alpha.8",
44
"main": "dist/tf-backend-webgpu.node.js",
55
"types": "dist/index.d.ts",
66
"jsnext:main": "dist/index.js",
@@ -33,7 +33,7 @@
3333
"@rollup/plugin-commonjs": "^11.0.2",
3434
"@rollup/plugin-node-resolve": "^7.1.1",
3535
"@rollup/plugin-typescript": "^3.0.0",
36-
"@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core",
36+
"@tensorflow/tfjs-core": "3.9.0",
3737
"@types/jasmine": "~3.0.0",
3838
"clang-format": "~1.5.0",
3939
"jasmine": "~3.1.0",
@@ -57,10 +57,10 @@
5757
"yalc": "~1.0.0-pre.50"
5858
},
5959
"dependencies": {
60-
"@tensorflow/tfjs-backend-cpu": "link:../link-package-core/node_modules/@tensorflow/tfjs-backend-cpu",
60+
"@tensorflow/tfjs-backend-cpu": "3.9.0",
6161
"@webgpu/types": "0.1.6"
6262
},
6363
"peerDependencies": {
64-
"@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core"
64+
"@tensorflow/tfjs-core": "3.9.0"
6565
}
6666
}

tfjs-backend-webgpu/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.8';
5+
export {version};

tfjs-backend-webgpu/yarn.lock

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -922,13 +922,26 @@
922922
estree-walker "^1.0.1"
923923
picomatch "^2.2.2"
924924

925-
"@tensorflow/tfjs-backend-cpu@link:../link-package-core/node_modules/@tensorflow/tfjs-backend-cpu":
926-
version "0.0.0"
927-
uid ""
928-
929-
"@tensorflow/tfjs-core@link:../link-package-core/node_modules/@tensorflow/tfjs-core":
930-
version "0.0.0"
931-
uid ""
925+
"@tensorflow/[email protected]":
926+
version "3.9.0"
927+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.9.0.tgz#27ee581a4765039eb0e84d9d473b6d5f2769c813"
928+
integrity sha512-PUv5B3wdQsA8cysk+oUhA0NqMoo/lwP8EazC/axQc8/72Dc6kU8uw/5qZtE5P4xXSqkNSlh2ifFm+8nH/6B+iA==
929+
dependencies:
930+
"@types/seedrandom" "2.4.27"
931+
seedrandom "2.4.3"
932+
933+
"@tensorflow/[email protected]":
934+
version "3.9.0"
935+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.9.0.tgz#5ca2356a14a58263840a6e3caee2467780db9450"
936+
integrity sha512-wQ+VMsbvCne2OsogiNtRP8Mc01LnRGvAYQ0SGaDa4+1uwY2jsMk5GZjG66JQvf/Ppw8wyvKF170eh0yyCBgfcg==
937+
dependencies:
938+
"@types/long" "^4.0.1"
939+
"@types/offscreencanvas" "~2019.3.0"
940+
"@types/seedrandom" "2.4.27"
941+
"@types/webgl-ext" "0.0.30"
942+
long "4.0.0"
943+
node-fetch "~2.6.1"
944+
seedrandom "2.4.3"
932945

933946
"@types/component-emitter@^1.2.10":
934947
version "1.2.10"

0 commit comments

Comments
 (0)