You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@ At present, the [image classification](https://webmachinelearning.github.io/webn
59
59
* It's recommended to install the latest [Intel® Core™ Ultra NPU Driver on Windows](https://www.intel.com/content/www/us/en/download/794734/intel-npu-driver-windows.html) for improved WebNN compatibility and performance
60
60
***Google Chrome Canary:**
61
61
1. Download the latest redistributable [Microsoft.AI.DirectML](https://www.nuget.org/packages/Microsoft.AI.DirectML/1.15.2), rename the "microsoft.ai.directml.\<version>.nupkg" to "microsoft.ai.directml.\<version>.nupkg.zip" and extract it
62
-
2. Copy "\bin\x64-win\DirectML.dll" to "%LOCALAPPDATA%\Google\Chrome SxS\Application\\<version>\"
63
-
-"%LOCALAPPDATA%" means "C:\Users\<username>\AppData\Local\"
62
+
2. Copy `\bin\x64-win\DirectML.dll` to `%LOCALAPPDATA%\Google\Chrome SxS\Application\<version>\`
63
+
-`%LOCALAPPDATA%` means `C:\Users\<username>\AppData\Local\`
64
64
- Note that Chrome Canary frequently updates automatically. When this occurs, you'll need to recopy the DirectML.dll to the new version's directory
65
65
3. Launch Chrome Canary in Windows Command Line:
66
66
```bash
@@ -70,8 +70,8 @@ At present, the [image classification](https://webmachinelearning.github.io/webn
70
70
***Microsoft Edge Canary:**
71
71
1. Ensure the DirectML.dll was downloaded automatically (may take several minutes):
72
72
- Launch Edge Canary
73
-
- Go to "%LOCALAPPDATA%\Microsoft\Edge SxS\User Data", check the "EdgeOnnxRuntimeDirectML\<version>\DirectML.dll" exists
74
-
-"%LOCALAPPDATA%" means "C:\Users\<username>\AppData\Local\"
73
+
- Go to `%LOCALAPPDATA%\Microsoft\Edge SxS\User Data`, check the `EdgeOnnxRuntimeDirectML\<version>\DirectML.dll` exists
74
+
-`%LOCALAPPDATA%` means `C:\Users\<username>\AppData\Local\`
0 commit comments