6 lines
No EOL
188 B
Bash
6 lines
No EOL
188 B
Bash
#!/bin/bash
|
|
source bigdl-llm-init
|
|
export OMP_NUM_THREADS=48
|
|
|
|
# set following parameters according to the actual specs of the test machine
|
|
numactl -C 0-47 -m 0 python $(dirname "$0")/run.py |