Why did the Qwen3.5 model I used experience an automatic exit during loading?

#24
by yangfan19910901 - opened

Whether using the 4B model or the 35A3B model, the model will sometimes exit the loading process. I tried using the LM Studio tool and Llama, but neither worked. They all had a loading process that lasted for a while. The main issue lies in the fact that when I used Openclaw to run the large model for a period of time (approximately 10-20 minutes), the model would exit by itself. I observed that on my local machine with 12G of video memory, I used 10G of video memory, and the memory was 64G, using about 30G. I saw that it wasn't full? Who knows what the reason is? Below are some commands that I have initiated.

cd D:\llama
.\llama-server.exe -m "D:\models\vllm\lmstudio-community\Qwen3.5-4B-GGUF\Qwen3.5-4B-UD-Q8_K_XL.gguf"
--alias "qwen3.5/qwen3.5" --ctx-size 81920
--temp 0.6 --top-p 0.95
--top-k 20 --min-p 0.0
--repeat-penalty 1.0 --presence-penalty 0.0
--n-predict -1 --port 1234
--host 127.0.0.1 `
--sleep-idle-seconds -1

I also used the Q4KM quantization model of unsloth/GLM-4.7-Flash-GGUF, and such an exit situation never occurred.

Sign up or log in to comment