Skip to content

Commit c05a56a

Browse files
committed
chore: update version of TensorFlow
Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
1 parent 1548bd8 commit c05a56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloadtfjs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ ! -f "../src/com/kylecorry/ml4k/assets/model.json" ]; then
77
do
88
curl https://storage.googleapis.com/tfjs-models/tfjs/mobilenet_v1_0.25_224/group$i-shard1of1 -o ../src/com/kylecorry/ml4k/assets/group$i-shard1of1
99
done
10-
npm install @tensorflow/tfjs@3.12.0
10+
npm install @tensorflow/tfjs@3.14.0
1111
cp node_modules/@tensorflow/tfjs/dist/tf.min.js ../src/com/kylecorry/ml4k/assets/.
1212
npm install @ricokahler/pool
1313
cp node_modules/@ricokahler/pool/dist/index.js ../src/com/kylecorry/ml4k/assets/promisepool.js

0 commit comments

Comments
 (0)