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
@@ -45,8 +51,9 @@ To verify your installation, run the following commands:
45
51
46
52
```bash
47
53
cmake --version
48
-
python3 --version
54
+
python --version
49
55
git --version
56
+
python -m pip show ai-ml-emulation-layer-for-vulkan
50
57
```
51
58
52
59
Each command should print the installed version of the tool.
@@ -71,7 +78,7 @@ Under the **Vulkan Layers Available** tab, add the path to your `Emulation layer
71
78
72
79

73
80
74
-
Under the **Vulkan layers Configuration**tabgo through each setting in the top rigt except disable all Vulkan Layers and enable the Graph and Tensor Emulation
81
+
Under the **Vulkan layers Configuration**tab go through each setting in the top rigt except disable all Vulkan Layers and enable the Graph and Tensor Emulation
75
82
76
83
Ensure that the **Graph** layer is listed above the **Tensor** layer.
0 commit comments