File tree Expand file tree Collapse file tree 3 files changed +16
-22
lines changed Expand file tree Collapse file tree 3 files changed +16
-22
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,18 @@ h5 {
164
164
color : var (--light );
165
165
}
166
166
167
+ .light h3 .x\:text-primary-600 {
168
+ color : var (--n-1 );
169
+ background-color : var (--dark-bg );
170
+ border-radius : 5px ;
171
+ padding : 0 0.4rem ;
172
+ }
173
+
174
+ .light h3 : hover .x\:text-primary-600 {
175
+ color : white;
176
+ background-color : var (--n-1 );
177
+ }
178
+
167
179
.x\:mt-16 {
168
180
margin-top : 0 ;
169
181
display : none;
Original file line number Diff line number Diff line change @@ -18,17 +18,16 @@ import InfoIcon from '../../../../app/_components/icons/info.jsx'
18
18
### Exit browser
19
19
</Steps >
20
20
21
- ## Running WebNN on Windows ML backend
21
+ ## Running WebNN on Windows ML backend 🚧 (CPU, GPU and NPU)
22
22
23
23
<Steps >
24
24
### Install [ Windows ML Runtime] ( https://apps.microsoft.com/detail/9mvl55dvgwww ) from Microsoft Store
25
+ ### Install [ Windows ML Runtime Intel OpenVINO Execution Provider] ( https://apps.microsoft.com/detail/9ph4ckr43xlp ) from Microsoft Store
25
26
### Navigate to ` about://flags ` in browser address bar
26
27
### Search for ` ONNX Runtime backend for WebNN ` and change it to ` Enabled `
27
28
### Exit browser
28
29
</Steps >
29
30
30
- ### CPU
31
-
32
31
#### Launch Chrome Canary or Edge Canary
33
32
34
33
``` bash copy showLineNumbers filename="launch-chrome-canary"
@@ -39,14 +38,6 @@ import InfoIcon from '../../../../app/_components/icons/info.jsx'
39
38
" %LOCALAPPDATA%\Microsoft\Edge SxS\Application\msedge.exe"
40
39
```
41
40
42
- ### GPU
43
-
44
- 🚧 WIP
45
-
46
- ### NPU
47
-
48
- 🚧 WIP
49
-
50
41
## Running WebNN on DirectML backend
51
42
52
43
### GPU
Original file line number Diff line number Diff line change @@ -18,17 +18,16 @@ import InfoIcon from '../../../../app/_components/icons/info.jsx'
18
18
### Exit browser
19
19
</Steps >
20
20
21
- ## Running WebNN on Windows ML backend
21
+ ## Running WebNN on Windows ML backend 🚧 (CPU, GPU and NPU)
22
22
23
23
<Steps >
24
24
### Install [ Windows ML Runtime] ( https://apps.microsoft.com/detail/9mvl55dvgwww ) from Microsoft Store
25
+ ### Install [ Windows ML Runtime Intel OpenVINO Execution Provider] ( https://apps.microsoft.com/detail/9ph4ckr43xlp ) from Microsoft Store
25
26
### Navigate to ` about://flags ` in browser address bar
26
27
### Search for ` ONNX Runtime backend for WebNN ` and change it to ` Enabled `
27
28
### Exit browser
28
29
</Steps >
29
30
30
- ### CPU
31
-
32
31
#### Launch Chrome Canary or Edge Canary
33
32
34
33
``` bash copy showLineNumbers filename="launch-chrome-canary"
@@ -39,14 +38,6 @@ import InfoIcon from '../../../../app/_components/icons/info.jsx'
39
38
" %LOCALAPPDATA%\Microsoft\Edge SxS\Application\msedge.exe"
40
39
```
41
40
42
- ### GPU
43
-
44
- 🚧 WIP
45
-
46
- ### NPU
47
-
48
- 🚧 WIP
49
-
50
41
## Running WebNN on DirectML backend
51
42
52
43
### GPU
You can’t perform that action at this time.
0 commit comments