webmachinelearning / webnn-polyfill

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

Fixed CI failure of latest tfjs 3.9.0. #115

Closed BruceDai closed 3 years ago

BruceDai commented 3 years ago

Since latest tfjs 3.9.0 isn't good, it would introduce CI failure, this pr is to set tfjs 3.8.0, then #113 and #112 would pass CI.

@huningxin PTAL, thanks.

BruceDai commented 3 years ago

Close it, since #112 included CI failure fixing.