update readme. (#8996)
This commit is contained in:
parent
c1d25a51a8
commit
8299b68fea
1 changed files with 4 additions and 0 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue