Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sushanthr authored Feb 28, 2024
1 parent 3a28d22 commit 1a65362
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ Check https://webmachinelearning.github.io/webnn-status/ for updates on your fav


For now the latest canary of any chromium based browser:<br>
**Chrome/Edge Canary** on **Windows** has enough of the spec implemented for this implementation to work.
**Chrome/Edge Canary** on **Windows** has enough of the spec implemented for this implementation to work.<br>

You would also need the experimental WebNN API enabled.
```
chrome://flags/#web-machine-learning-neural-network
```
Please pay attention to the warning WebNN is an experimental API, proceed at your own risk.<br>
WARNING: EXPERIMENTAL FEATURES AHEAD! By enabling these features, you could lose browser data or compromise your security or privacy. Enabled features apply to all users of this browser. If you are an enterprise admin you should not be using these flags in production.

Chrome Canary https://www.google.com/chrome/canary/ <br>
Edge Canary https://www.microsoft.com/en-us/edge/download/insider?form=MA13FJ

0 comments on commit 1a65362

Please sign in to comment.