Skip to content

Commit 56fc794

Browse files
authored
Update tfjs-node, tfjs-node-gpu to 2.0.1, 2.0.1. (#3453)
INTERNAL
1 parent 44994f0 commit 56fc794

File tree

5 files changed

+121
-49
lines changed

5 files changed

+121
-49
lines changed

tfjs-node-gpu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-node-gpu",
3-
"version": "0.0.0",
3+
"version": "2.0.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"gypfile": true,
@@ -71,8 +71,8 @@
7171
"yargs": "^14.2.0"
7272
},
7373
"dependencies": {
74-
"@tensorflow/tfjs": "link:../tfjs",
75-
"@tensorflow/tfjs-core": "link:../tfjs-core",
74+
"@tensorflow/tfjs": "2.0.1",
75+
"@tensorflow/tfjs-core": "2.0.1",
7676
"adm-zip": "^0.4.11",
7777
"google-protobuf": "^3.9.2",
7878
"https-proxy-agent": "^2.2.1",

tfjs-node-gpu/yarn.lock

Lines changed: 57 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -90,33 +90,69 @@
9090
lodash "^4.17.13"
9191
to-fast-properties "^2.0.0"
9292

93-
"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
94-
version "0.0.0"
95-
uid ""
93+
"@tensorflow/tfjs-backend-cpu@2.0.1":
94+
version "2.0.1"
95+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-2.0.1.tgz#959a5bbc7f956ff37c4fbced2db75cd299ce76c4"
96+
integrity sha512-ZTDdq+O6AgeOrkek42gmPWz2T0r8Y6dBGjEFWkCMLI/5v3KnkodUkHRQOUoIN5hiaPXnBp6425DpwT9CfxxJOg==
97+
dependencies:
98+
"@types/seedrandom" "2.4.27"
99+
seedrandom "2.4.3"
96100

97-
"@tensorflow/tfjs-backend-webgl@link:../tfjs-backend-webgl":
98-
version "0.0.0"
99-
uid ""
101+
"@tensorflow/tfjs-backend-webgl@2.0.1":
102+
version "2.0.1"
103+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-2.0.1.tgz#08eaff7fe9a7533b4d62475ec6220e843962af89"
104+
integrity sha512-Z0MNsbHyRBr2lHu4FKtmBgGGfmBOqB0zwN69d2uSEEvy/IsgtrGAwBVbB/Vv3hEK35RmgsaknKGergNugm23FQ==
105+
dependencies:
106+
"@tensorflow/tfjs-backend-cpu" "2.0.1"
107+
"@types/offscreencanvas" "~2019.3.0"
108+
"@types/seedrandom" "2.4.27"
109+
"@types/webgl-ext" "0.0.30"
110+
"@types/webgl2" "0.0.4"
111+
seedrandom "2.4.3"
100112

101-
"@tensorflow/tfjs-converter@link:../tfjs-converter":
102-
version "0.0.0"
103-
uid ""
113+
"@tensorflow/tfjs-converter@2.0.1":
114+
version "2.0.1"
115+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-2.0.1.tgz#0696455e6b6ed14e6f5f9cd937f8f2015a16569f"
116+
integrity sha512-AI4oUZ3Tv8l7fXeuLNJ3/vIp8shMo/VmtBlhIJye8i5FwMqSlZf984q3Jk6ES4lOxUdkmDehILf7uVNQX2Yb/w==
104117

105-
"@tensorflow/tfjs-core@link:../tfjs-core":
106-
version "0.0.0"
107-
uid ""
118+
"@tensorflow/tfjs-core@2.0.1":
119+
version "2.0.1"
120+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-2.0.1.tgz#c64928423028e9e1821f7205367b1ff1f57ae3af"
121+
integrity sha512-LCmEXeGFgR3ai+ywGDYBqt4aCOSzEBlVKEflF1gAT22YcQuYh+/X4f58jY3yXfC+cn/FfIJFc2uj8b+D0MNWLQ==
122+
dependencies:
123+
"@types/offscreencanvas" "~2019.3.0"
124+
"@types/seedrandom" "2.4.27"
125+
"@types/webgl-ext" "0.0.30"
126+
"@types/webgl2" "0.0.4"
127+
node-fetch "~2.1.2"
128+
seedrandom "2.4.3"
108129

109-
"@tensorflow/tfjs-data@link:../tfjs-data":
110-
version "0.0.0"
111-
uid ""
130+
"@tensorflow/tfjs-data@2.0.1":
131+
version "2.0.1"
132+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-2.0.1.tgz#e891cb30fd933398eb8f328af2535720c3a34b84"
133+
integrity sha512-eg0XmDE/v3It3pTO+g8hVjaO8V/wZVK0wvQx/QshIk/OmzI3aWeJPf1x081UBhTNv6Pi/DyfaN1NZs0IGYFQbQ==
134+
dependencies:
135+
"@types/node-fetch" "^2.1.2"
136+
node-fetch "~2.1.2"
112137

113-
"@tensorflow/tfjs-layers@link:../tfjs-layers":
114-
version "0.0.0"
115-
uid ""
138+
"@tensorflow/tfjs-layers@2.0.1":
139+
version "2.0.1"
140+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-2.0.1.tgz#4b48841fe1b2831dabcb06fd7cb69c98c92a4596"
141+
integrity sha512-ih7/KyhC2Ci/31UfB9frYbqUW59Zj5UVp22apyscyIqrRdBXhVtJIUnd4O5OXis0j9BOdzAQnBoOAa8S/T8JsA==
116142

117-
"@tensorflow/tfjs@link:../tfjs":
118-
version "0.0.0"
119-
uid ""
143+
"@tensorflow/tfjs@2.0.1":
144+
version "2.0.1"
145+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs/-/tfjs-2.0.1.tgz#f72193c9433080c31efe0d48b77b21c4fae74ade"
146+
integrity sha512-XMI8gH1k0ushRR7hWAUXoy0WiAil2R7zOU6oz9AMioXTFK2cEn08xgpTXS7KLZUS4CnXN4NHOKbYn3/Dp+CSTA==
147+
dependencies:
148+
"@tensorflow/tfjs-backend-cpu" "2.0.1"
149+
"@tensorflow/tfjs-backend-webgl" "2.0.1"
150+
"@tensorflow/tfjs-converter" "2.0.1"
151+
"@tensorflow/tfjs-core" "2.0.1"
152+
"@tensorflow/tfjs-data" "2.0.1"
153+
"@tensorflow/tfjs-layers" "2.0.1"
154+
core-js "3"
155+
regenerator-runtime "^0.13.5"
120156

121157
"@types/events@*":
122158
version "3.0.0"

tfjs-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-node",
3-
"version": "0.0.0",
3+
"version": "2.0.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"gypfile": true,
@@ -68,8 +68,8 @@
6868
"yargs": "^14.2.0"
6969
},
7070
"dependencies": {
71-
"@tensorflow/tfjs": "link:../tfjs",
72-
"@tensorflow/tfjs-core": "link:../tfjs-core",
71+
"@tensorflow/tfjs": "2.0.1",
72+
"@tensorflow/tfjs-core": "2.0.1",
7373
"adm-zip": "^0.4.11",
7474
"google-protobuf": "^3.9.2",
7575
"https-proxy-agent": "^2.2.1",

tfjs-node/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '0.0.0';
4+
const version = '2.0.1';
55
export {version};

tfjs-node/yarn.lock

Lines changed: 57 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -90,33 +90,69 @@
9090
lodash "^4.17.13"
9191
to-fast-properties "^2.0.0"
9292

93-
"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
94-
version "0.0.0"
95-
uid ""
93+
"@tensorflow/tfjs-backend-cpu@2.0.1":
94+
version "2.0.1"
95+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-2.0.1.tgz#959a5bbc7f956ff37c4fbced2db75cd299ce76c4"
96+
integrity sha512-ZTDdq+O6AgeOrkek42gmPWz2T0r8Y6dBGjEFWkCMLI/5v3KnkodUkHRQOUoIN5hiaPXnBp6425DpwT9CfxxJOg==
97+
dependencies:
98+
"@types/seedrandom" "2.4.27"
99+
seedrandom "2.4.3"
96100

97-
"@tensorflow/tfjs-backend-webgl@link:../tfjs-backend-webgl":
98-
version "0.0.0"
99-
uid ""
101+
"@tensorflow/tfjs-backend-webgl@2.0.1":
102+
version "2.0.1"
103+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-2.0.1.tgz#08eaff7fe9a7533b4d62475ec6220e843962af89"
104+
integrity sha512-Z0MNsbHyRBr2lHu4FKtmBgGGfmBOqB0zwN69d2uSEEvy/IsgtrGAwBVbB/Vv3hEK35RmgsaknKGergNugm23FQ==
105+
dependencies:
106+
"@tensorflow/tfjs-backend-cpu" "2.0.1"
107+
"@types/offscreencanvas" "~2019.3.0"
108+
"@types/seedrandom" "2.4.27"
109+
"@types/webgl-ext" "0.0.30"
110+
"@types/webgl2" "0.0.4"
111+
seedrandom "2.4.3"
100112

101-
"@tensorflow/tfjs-converter@link:../tfjs-converter":
102-
version "0.0.0"
103-
uid ""
113+
"@tensorflow/tfjs-converter@2.0.1":
114+
version "2.0.1"
115+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-2.0.1.tgz#0696455e6b6ed14e6f5f9cd937f8f2015a16569f"
116+
integrity sha512-AI4oUZ3Tv8l7fXeuLNJ3/vIp8shMo/VmtBlhIJye8i5FwMqSlZf984q3Jk6ES4lOxUdkmDehILf7uVNQX2Yb/w==
104117

105-
"@tensorflow/tfjs-core@link:../tfjs-core":
106-
version "0.0.0"
107-
uid ""
118+
"@tensorflow/tfjs-core@2.0.1":
119+
version "2.0.1"
120+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-2.0.1.tgz#c64928423028e9e1821f7205367b1ff1f57ae3af"
121+
integrity sha512-LCmEXeGFgR3ai+ywGDYBqt4aCOSzEBlVKEflF1gAT22YcQuYh+/X4f58jY3yXfC+cn/FfIJFc2uj8b+D0MNWLQ==
122+
dependencies:
123+
"@types/offscreencanvas" "~2019.3.0"
124+
"@types/seedrandom" "2.4.27"
125+
"@types/webgl-ext" "0.0.30"
126+
"@types/webgl2" "0.0.4"
127+
node-fetch "~2.1.2"
128+
seedrandom "2.4.3"
108129

109-
"@tensorflow/tfjs-data@link:../tfjs-data":
110-
version "0.0.0"
111-
uid ""
130+
"@tensorflow/tfjs-data@2.0.1":
131+
version "2.0.1"
132+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-2.0.1.tgz#e891cb30fd933398eb8f328af2535720c3a34b84"
133+
integrity sha512-eg0XmDE/v3It3pTO+g8hVjaO8V/wZVK0wvQx/QshIk/OmzI3aWeJPf1x081UBhTNv6Pi/DyfaN1NZs0IGYFQbQ==
134+
dependencies:
135+
"@types/node-fetch" "^2.1.2"
136+
node-fetch "~2.1.2"
112137

113-
"@tensorflow/tfjs-layers@link:../tfjs-layers":
114-
version "0.0.0"
115-
uid ""
138+
"@tensorflow/tfjs-layers@2.0.1":
139+
version "2.0.1"
140+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-2.0.1.tgz#4b48841fe1b2831dabcb06fd7cb69c98c92a4596"
141+
integrity sha512-ih7/KyhC2Ci/31UfB9frYbqUW59Zj5UVp22apyscyIqrRdBXhVtJIUnd4O5OXis0j9BOdzAQnBoOAa8S/T8JsA==
116142

117-
"@tensorflow/tfjs@link:../tfjs":
118-
version "0.0.0"
119-
uid ""
143+
"@tensorflow/tfjs@2.0.1":
144+
version "2.0.1"
145+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs/-/tfjs-2.0.1.tgz#f72193c9433080c31efe0d48b77b21c4fae74ade"
146+
integrity sha512-XMI8gH1k0ushRR7hWAUXoy0WiAil2R7zOU6oz9AMioXTFK2cEn08xgpTXS7KLZUS4CnXN4NHOKbYn3/Dp+CSTA==
147+
dependencies:
148+
"@tensorflow/tfjs-backend-cpu" "2.0.1"
149+
"@tensorflow/tfjs-backend-webgl" "2.0.1"
150+
"@tensorflow/tfjs-converter" "2.0.1"
151+
"@tensorflow/tfjs-core" "2.0.1"
152+
"@tensorflow/tfjs-data" "2.0.1"
153+
"@tensorflow/tfjs-layers" "2.0.1"
154+
core-js "3"
155+
regenerator-runtime "^0.13.5"
120156

121157
"@types/events@*":
122158
version "3.0.0"

0 commit comments

Comments
 (0)