Skip to content

Commit 27c6da3

Browse files
ZhaoqiongZjingxu10
andauthored
update llm README (#4605)
* update example aot to pvc * Update README.md --------- Co-authored-by: Jing Xu <[email protected]>
1 parent 31b5efc commit 27c6da3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/gpu/inference/python/llm/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,15 @@ conda install pkg-config
111111
cd examples/gpu/inference/python/llm
112112
# If you want to install Intel® Extension for PyTorch\* from source, use the commands below:
113113
bash ./tools/env_setup.sh 3 <DPCPP_ROOT> <ONEMKL_ROOT> <ONECCL_ROOT> <MPI_ROOT> <AOT>
114+
# e.g. bash ./tools/env_setup.sh 3 /opt/intel/oneapi/compiler/latest /opt/intel/oneapi/mkl/latest /opt/intel/oneapi/ccl/latest /opt/intel/oneapi/mpi/latest pvc
114115
export LD_PRELOAD=$(bash ../../../../../tools/get_libstdcpp_lib.sh)
115116
export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}
116117
source ./tools/env_activate.sh
117118

118119
```
119120

120121
where <br />
121-
- `AOT` is a text string to enable `Ahead-Of-Time` compilation for specific GPU models. Check [tutorial](../../../../../docs/tutorials/technical_details/AOT.md) for details.<br />
122+
- `AOT` is a text string to enable `Ahead-Of-Time` compilation for specific GPU models. For example 'pvc,ats-m150' for the Platform Intel® Data Center GPU Max Series, Intel® Data Center GPU Flex Series and Intel® Arc™ A-Series Graphics (A770). Check [tutorial](../../../../../docs/tutorials/technical_details/AOT.md) for details.<br />
122123

123124

124125

0 commit comments

Comments
 (0)