How to trigger thinking?
This system prompt "You are Qwen, created by Alibaba Cloud. You are a helpful assistant." is not triggering thinking process.
From the original model card it seems they suggest adding "You should think step-by-step." to the system prompt
Soved
You need newest llamacpp and command
llama-cli.exe --model QwQ-32B-Preview-Q4_K_M.gguf --color --threads 30 --keep -1 --n-predict -1 --ctx-size 16384 -ngl 99 --simple-io -e --multiline-input --no-display-prompt --conversation --no-mmap --in-prefix "<|im_end|>\n<|im_start|>user\n" --in-suffix "<|im_end|>\n<|im_start|>assistant\n" -p "<|im_start|>system\nYou are a helpful and harmless assistant. You are Qwen developed by Alibaba. You should think step-by-step." --top-k 20 --top-p 0.8 --temp 0.7 --repeat-penalty 1.05
That model is absurd good in math from my indicial tests ... is solving everything like nothing .... insane. That is a leap ahead to everything we had in opensource.
That model is absurd good in math from my indicial tests ... is solving everything like nothing .... insane. That is a leap ahead to everything we had in opensource.
Have you compared it with chat.deepseek.com's deep thinking? I find it also incredibly good at math.
I'm also curious how it compares to Deepseek's R1 Lite. I tried a few reasoning and math questions, and QwQ seems to be stronger, but I'd like to see a more robust test.
give it a crazy question that ONLY thinking could solve
Question:
Train A is traveling at 100 mph and is 400 miles away from Train B, which is traveling at 75 mph. Both trains are heading toward a head-on collision on the same track.
A third train, Train C, is traveling on a perpendicular track to the tracks of Train A and Train B. Train C is 450 miles away from the crossing and is traveling at 150 mph. Train C is also 2 miles long.
Part 1:
How long will it take for Train A and Train B to collide?
Part 2:
How long will it take for Train C to cross and completely clear the perpendicular track where Train A and Train B are heading?
Part 3:
Will Train C completely clear the crossing before Train A and Train B collide? If so, how much time passes between Train C clearing the track and Train A and Train B colliding?