Hi, i run llama.cpp inside LXC on a Proxmox server. The hardware is a recent AMD Epyc with two 6000 Blackwell MaxQ. This is my command: llama-server \ --hf-repo unsloth/Qwen3.6-27B-MTP-GGUF:BF16 --alias Qwen3.6 \ --host 0.0.0.0 --port 1337 \ --no-mmap --gpu-layers 99 \ --batch-size 6144 --ubatch-siz