Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit c8b00fd

Browse files
committed
update doc
Signed-off-by: zhenwei-intel <[email protected]>
1 parent fcc2671 commit c8b00fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/weightonlyquant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Here are the example codes.
157157

158158
#### Prepare Dependency Packages
159159
1. Install Oneapi Package
160-
The Oneapi DPCPP compiler is needed to compile intel-extension-for-pytorch. Please follow [the link](https://www.intel.com/content/www/us/en/developer/articles/guide/installation-guide-for-oneapi-toolkits.html) to install the OneAPI to "/opt/intel folder".
160+
The Oneapi DPCPP compiler is required to compile intel-extension-for-pytorch. Please follow [the link](https://www.intel.com/content/www/us/en/developer/articles/guide/installation-guide-for-oneapi-toolkits.html) to install the OneAPI to "/opt/intel folder".
161161

162162
2. Build and Install PyTorch and Intel-extension-for-pytorch
163163
```python
@@ -169,7 +169,7 @@ source /opt/intel/oneapi/setvars.sh
169169
git clone https://github.com/intel/intel-extension-for-pytorch.git ipex-gpu
170170
cd ipex-gpu
171171
git submodule update --init --recursive
172-
export USE_AOT_DEVLIST='pvc,ats-m150,7d55'
172+
export USE_AOT_DEVLIST='pvc,ats-m150' # Comment this line if you are compiling for MTL
173173
export BUILD_WITH_CPU=OFF
174174

175175
pip install -r requirements.txt

0 commit comments

Comments
 (0)