update readme. (#8996)

This commit is contained in:
Cengguang Zhang 2023-09-18 17:06:15 +08:00 committed by GitHub
parent c1d25a51a8
commit 8299b68fea

View file

@ -35,4 +35,8 @@ For SPR performance, run `bash run-spr.sh`.
>
> The value of `OMP_NUM_THREADS` should be the same as the cpu cores specified by `numactl -C`.
> **Note**
>
> Please install torch nightly version to avoid `Illegal instruction (core dumped)` issue, you can follow the following command to install: `pip install --pre --upgrade torch --index-url https://download.pytorch.org/whl/nightly/cpu`
For ARC performance, run `bash run-arc.sh`.