parent
f63172ef63
commit
15d906a97b
2 changed files with 14 additions and 0 deletions
|
|
@ -113,6 +113,14 @@ Please refer to [here](https://ipex-llm.readthedocs.io/en/latest/doc/LLM/Overvie
|
|||
|
||||
./run-arc.sh
|
||||
|
||||
.. tab:: Intel iGPU
|
||||
|
||||
For Intel iGPU, we recommend:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
./run-igpu.sh
|
||||
|
||||
.. tab:: Intel Data Center GPU Max
|
||||
|
||||
Please note that you need to run ``conda install -c conda-forge -y gperftools=2.10`` before running the benchmark script on Intel Data Center GPU Max Series.
|
||||
|
|
|
|||
6
python/llm/dev/benchmark/all-in-one/run-igpu.sh
Normal file
6
python/llm/dev/benchmark/all-in-one/run-igpu.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
source /opt/intel/oneapi/setvars.sh
|
||||
|
||||
export SYCL_CACHE_PERSISTENT=1
|
||||
export BIGDL_LLM_XMX_DISABLED=1
|
||||
|
||||
python run.py # make sure config YAML file
|
||||
Loading…
Reference in a new issue