Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chatglm3 6b error #335

Open
zhm-algo opened this issue Apr 22, 2024 · 1 comment
Open

chatglm3 6b error #335

zhm-algo opened this issue Apr 22, 2024 · 1 comment

Comments

@zhm-algo
Copy link

bash ./run_benchmark.sh -m chatglm3-6b -d nf4 -s 1 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d int4 -s 1 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d bf16_nf4 -s 1 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d bf16_int4 -s 1 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d w8a8_nf4 -s 1 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d w8a8_int4 -s 1 -bs 1 -in 256 -out 256 -i 1

bash ./run_benchmark.sh -m chatglm3-6b -d bf16 -s 2 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d int8 -s 2 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d nf4 -s 2 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d bf16_fp16 -s 2 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d bf16_w8a8 -s 2 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d bf16_int8 -s 2 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d bf16_int4 -s 2 -bs 1 -in 256 -out 256 -i 1
bash ./run_benchmark.sh -m chatglm3-6b -d bf16_nf4 -s 2 -bs 1 -in 256 -out 256 -i 1

执行上述命令会报错,报错信息如下:

= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 0 PID 2425 RUNNING AT b9e7b8d7f3d3
= KILLED BY SIGNAL: 9 (Killed)

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 1 PID 2426 RUNNING AT b9e7b8d7f3d3
= KILLED BY SIGNAL: 9 (Killed)

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 2 PID 2427 RUNNING AT b9e7b8d7f3d3
= KILLED BY SIGNAL: 9 (Killed)

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 3 PID 2428 RUNNING AT b9e7b8d7f3d3
= KILLED BY SIGNAL: 9 (Killed)

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 4 PID 2429 RUNNING AT b9e7b8d7f3d3
= KILLED BY SIGNAL: 9 (Killed)

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 7 PID 2432 RUNNING AT b9e7b8d7f3d3
= KILLED BY SIGNAL: 9 (Killed)

@pujiang2018
Copy link
Contributor

@abenmao let's take time for possible fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants