请问思考模式可以关闭吗?

#8
by Kino-ben - opened

思考模式耗时太长了

OpenBMB org

可以关闭。使用较新的 llama.cpp,在启动参数中添加:

--reasoning off
例如:

llama serve -hf openbmb/MiniCPM-V-4_5-gguf:Q4_K_M --reasoning off

Sign up or log in to comment