-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Baichuan 2-13B Chat CPU utilization rate only 20% #9911
Comments
Baichuan1-13B-Chat not has same question, so I am very confused |
please also test Baichuan 2-13B Chat |
Are you using the recommended environment variable settings? Try |
Yes, I installed bigdl llm according to the instructions in README. However, I am not quite sure what you mean by bigdl llm init - t. Can you provide a detailed description? |
Just run 'source bigdl-llm-init -t'. Be careful to check if the |
Can you attach the hardware config using You can try |
I don't see about 20% in your images, do you mean the first column? It seems not percentage of CPU but time. |
Hi, according to your sudo numactl -C 0-31 python3 mysql_qa_bench.py
# Or using taskset
taskset -c "0-31" python3 mysql_qa_bench.py Also, consider using |
When I conducted experiments using Baichuan 2-13B Chat, I found that the CPU utilization rate of each core was only 20%. I believe it is because BigDL LM did not perform relevant optimization.Can you give me an explain?
The text was updated successfully, but these errors were encountered: