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: docs/mddocs/Quickstart/benchmark_quickstart.md
+2-17
Original file line number
Diff line number
Diff line change
@@ -80,34 +80,19 @@ Some parameters in the yaml file that you can configure:
80
80
81
81
Please refer to [here](../Overview/install_gpu.md#runtime-configuration) to configure oneAPI environment variables. Choose corresponding commands base on your device.
82
82
83
-
- For **Intel iGPU**:
83
+
- For **Intel iGPU** and **Intel Arc™ A-Series Graphics**:
84
84
85
85
```bash
86
86
set SYCL_CACHE_PERSISTENT=1
87
-
set BIGDL_LLM_XMX_DISABLED=1
88
87
89
88
python run.py
90
89
```
91
90
92
-
- For **Intel Arc™ A300-Series or Pro A60**:
93
-
94
-
```bash
95
-
set SYCL_CACHE_PERSISTENT=1
96
-
python run.py
97
-
```
98
-
99
-
- For **Other Intel dGPU Series**:
100
-
101
-
```bash
102
-
# e.g. Arc™ A770
103
-
python run.py
104
-
```
105
-
106
91
## Run on Linux
107
92
108
93
Please choose corresponding commands base on your device.
109
94
110
-
- For **Intel Arc™ A-Series and Intel Data Center GPU Flex**:
95
+
- For **Intel Arc™ A-Series** and **Intel Data Center GPU Flex**:
111
96
112
97
For Intel Arc™ A-Series Graphics and Intel Data Center GPU Flex Series, we recommend:
Copy file name to clipboardExpand all lines: docs/mddocs/Quickstart/install_windows_gpu.md
+2-9
Original file line number
Diff line number
Diff line change
@@ -109,19 +109,12 @@ You can verify if `ipex-llm` is successfully installed following below steps.
109
109
110
110
- Set the following environment variables according to your device:
111
111
112
-
- For **Intel iGPU**:
112
+
- For **Intel iGPU** and **Intel Arc™ A770**:
113
113
114
114
```cmd
115
115
set SYCL_CACHE_PERSISTENT=1
116
-
set BIGDL_LLM_XMX_DISABLED=1
117
116
```
118
-
119
-
- For **Intel Arc™ A770**:
120
-
121
-
```cmd
122
-
set SYCL_CACHE_PERSISTENT=1
123
-
```
124
-
117
+
125
118
> [!TIP]
126
119
> For other Intel dGPU Series, please refer to [this guide](../Overview/install_gpu.md#runtime-configuration) for more details regarding runtime configuration.
0 commit comments