You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
numactl -N 0 -m 0 ./llama-cli -m /nvme0/models/DeepSeek-R1-GGUF/DeepSeek-R1-Q4_K_M/DeepSeek-R1-Q4_K_M-00001-of-00009.gguf -n 128 --prompt "A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think> <answer> answer here </answer>. User: Question: If \( a > 1 \), then the sum of the real solutions of \( \sqrt{a} - \sqrt{a + x} = x \) is equal to:. Assistant: <think>" -t 48 -e -ngl 2 --color -c 512 --temp 0 --no-context-shift -ot exps=CPU
Hi @xtangxtang , I can't reproduce this error with the same command on our machine (INTEL(R) XEON(R) PLATINUM 8558P + ARC A770).
Here are some tips or questions that I want to further check with you :
Have you ever tried running it on CPU with -ngl 0 ? It is successful?
Have you ever successfully run any model on GPU with our llama.cpp ?
follow the guide https://github.com/intel/ipex-llm/blob/main/docs/mddocs/Quickstart/llama_cpp_quickstart.md to run DeepSeek-R1-Q4_K_M on hybrid model (INTEL(R) XEON(R) PLATINUM 8592 + ARC770) occurs coredump
The prepare work is
The env has been set
The run command is
numactl -N 0 -m 0 ./llama-cli -m /nvme0/models/DeepSeek-R1-GGUF/DeepSeek-R1-Q4_K_M/DeepSeek-R1-Q4_K_M-00001-of-00009.gguf -n 128 --prompt "A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think> <answer> answer here </answer>. User: Question: If \( a > 1 \), then the sum of the real solutions of \( \sqrt{a} - \sqrt{a + x} = x \) is equal to:. Assistant: <think>" -t 48 -e -ngl 2 --color -c 512 --temp 0 --no-context-shift -ot exps=CPU
the output is
The text was updated successfully, but these errors were encountered: