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

CI failure of deployment #159

Closed BruceDai closed 2 years ago

BruceDai commented 2 years ago

The root cause is that the @tensorflow/tfjs-core dependency for latest @tensorflow/tfjs-backend-webgpu@0.0.1-alpha.8 is version 3.9.0 5 months ago, while current we use the latest @tensorflow/tfjs-core@3.13.0. I've reported this issue out.

Please use this command with npm install --force, or npm install --legacy-peer-deps as workaround for installation locally.

BruceDai commented 2 years ago

Close it , this issue isn't reproduced by deployment with latest code.