webmachinelearning / webnn-polyfill

🧠⚙️ Web Neural Network API polyfill based on TensorFlow.js
https://www.npmjs.com/package/@webmachinelearning/webnn-polyfill
Apache License 2.0
101 stars 18 forks source link

Upgrade tf.js to 3.20.0 to fix deploy failure. #187

Closed BruceDai closed 1 year ago

BruceDai commented 1 year ago

Fix deploy failure of https://github.com/webmachinelearning/webnn-polyfill/actions/runs/3512471251/jobs/5901667472. There would be an installation failure by using latest tf.js@4.1.0, so I just upgrade to 3.20.0, @Honry PTAL, thanks.

BruceDai commented 1 year ago

@Honry Thanks for reviewing, I will merge it to not block webnn-sample to upgrade by https://github.com/webmachinelearning/webnn-samples/pull/150.