This commit is contained in:
Yuwen Hu 2023-07-20 16:37:04 +08:00 committed by GitHub
parent 2266ca7d2b
commit 6504e31a97

View file

@ -46,7 +46,7 @@ source bigdl-nano-init
# e.g. for a server with 48 cores per socket # e.g. for a server with 48 cores per socket
export OMP_NUM_THREADS=48 export OMP_NUM_THREADS=48
numactl -C 0-47 -m 0 python ./generate.py numactl -C 0-47 -m 0 python ./recognize.py
``` ```
#### 2.3 Sample Output #### 2.3 Sample Output