Skip to content

Commit

Permalink
Enable NSNet2 and RNNoise for CPU backend (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honry authored Aug 16, 2024
1 parent e73fe77 commit 952718d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nsnet2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<label class="btn btn-outline-info" name="polyfill">
<input type="radio" name="backend" id="polyfill_gpu" autocomplete="off">WebGL (GPU)
</label>
<!-- <label class="btn btn-outline-info" name="webnn">
<label class="btn btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_cpu" autocomplete="off">WebNN (CPU)
</label> -->
</label>
<label class="btn btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_gpu" autocomplete="off">WebNN (GPU)
</label>
Expand Down
4 changes: 2 additions & 2 deletions rnnoise/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<label class="btn btn-outline-info" name="polyfill">
<input type="radio" name="backend" id="polyfill_gpu" autocomplete="off">WebGL (GPU)
</label>
<!-- <label class="btn btn-outline-info" name="webnn">
<label class="btn btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_cpu" autocomplete="off">WebNN (CPU)
</label> -->
</label>
<label class="btn btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_gpu" autocomplete="off">WebNN (GPU)
</label>
Expand Down

0 comments on commit 952718d

Please sign in to comment.