Hey Unsloth, your gguf are the first ones I look for when I want to download a gguf model. Today I was trying in fact to see, what's the smallest Qwen3.8-27B that I could run and get good results, say restricting it to 16GB of ram.. so I went, pick up the Qwen3.8-27B-UD-IQ2_XXS.gguf and them BAM, error on MTP... now I understand why after reading your announcement. Beyond the space saving, why removing the MTP? impro…
you can still have it, no? > We also removed the MTP module from smaller quants under UD-Q2_K_XL (8.37GB and lower) to converse around 500MB of disk space - you can use the Q4_0 MTP separate module if needed
Unsloth Dynamic 3.0 GGUFs
11–20 of 125 posts
Re: Unsloth Dynamic 3.0 GGUFs
#12KLD of 1%, or similar error metric that multiplies, on 10000 tokens would give accumulated error of 2,000,000%
Re: Unsloth Dynamic 3.0 GGUFs
#13Re: Unsloth Dynamic 3.0 GGUFs
#14Might be off-topic but: is it possible to perform such a quantization on Apple devices? Something like Mac Studio Ultra M1 (even if it would take weeks/months)?
Re: Unsloth Dynamic 3.0 GGUFs
#15Is it possible to use a model that needs around 64 GB VRAM if you have four GPUs with 16 GB VRAM each?
Re: Unsloth Dynamic 3.0 GGUFs
#16Is it possible to use a model that needs around 64 GB VRAM if you have four GPUs with 16 GB VRAM each?
Re: Unsloth Dynamic 3.0 GGUFs
#17Is it possible to use a model that needs around 64 GB VRAM if you have four GPUs with 16 GB VRAM each?
Re: Unsloth Dynamic 3.0 GGUFs
#18Is it possible to use a model that needs around 64 GB VRAM if you have four GPUs with 16 GB VRAM each?
llama-server --host 0.0.0.0 --port 8089 -m Qwen3.8-27B-UD-Q8_u.gguf --spec-type draft-mtp,ngram-mod --spec-draft-n-max 3 --spec-draft-n-min 1
if you have an igpu and want to exclude or just use some gpus you can use
--device Vulkan3,Vulkan2,Vulkan1
in my case vulkan because of amd, you can see your devices with
llama-server2 --list-devices
Available devices: Vulkan0: AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) (33515 MiB, 29349 MiB free) Vulkan1: AMD Radeon RX 7900 XTX (RADV NAVI31) (24560 MiB, 4911 MiB free) Vulkan2: AMD Radeon RX 7900 XTX (RADV NAVI31) (24560 MiB, 7681 MiB free)
Re: Unsloth Dynamic 3.0 GGUFs
#19Re: Unsloth Dynamic 3.0 GGUFs
#20Is it possible to use a model that needs around 64 GB VRAM if you have four GPUs with 16 GB VRAM each?
Of course. Models don't actually require VRAM. Nor do they require regular RAM. You could have 1 GB of RAM and swap the model to disk as you need different parts of it. And if you didn't have enough disks you could access weights via a network connection.