Small fix (#8577)
This commit is contained in:
parent
2266ca7d2b
commit
6504e31a97
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue