Model cannot SPLIT TENSOR and will not work in consumer multi gpu

#62
by Dr-Ojinsky - opened

0.00.407.274 I print_info: file size = 157.54 GiB (7.65 BPW)
0.00.415.334 E llama_model_load: error loading model: LLAMA_SPLIT_MODE_TENSOR not implemented for architecture 'qwen4exp'
0.00.415.345 E llama_model_load_from_file_impl: failed to load model
0.00.415.351 E cmn common_init_: failed to load model 'c:\AI_Models\Qwen3.8-Flash-Next-UD-Q6_K_XL-00001-of-00006.gguf'
0.00.415.355 E srv load_model: failed to load model, 'c:\AI_Models\Qwen3.8-Flash-Next-UD-Q6_K_XL-00001-of-00006.gguf'
0.00.415.361 I srv operator(): operator(): cleaning up before exit...
0.00.416.547 E srv llama_server: exiting due to model loading error

Yes, this is happening to my also. I got two rtx 3080 with 20GB VRAM each. If I use "-fit on" and llama uses both gpus, the final speed is worse than if I were using just one GPU. My CPU is a ryzen 3700x with 128GB VRAM 3600mhz

llama version used: b11040
layer split doesn't work.

Sign up or log in to comment