modify gpu/cpu binding (#436)

This commit is contained in:
liuyhwangyh
2023-08-03 11:27:37 +08:00
committed by GitHub
parent 11832f9246
commit 0fff03d640

View File

@@ -4,7 +4,7 @@ CODE_DIR=$PWD
CODE_DIR_IN_CONTAINER=/Maas-lib
echo "$USER"
gpus='0,1 2,3 4,5 6,7'
cpu_sets='45-58 31-44 16-30 0-15'
cpu_sets='0-15 16-31 32-47 48-63'
cpu_sets_arr=($cpu_sets)
is_get_file_lock=false
CI_COMMAND=${CI_COMMAND:-bash .dev_scripts/ci_container_test.sh python tests/run.py --parallel 2 --run_config tests/run_config.yaml}