logoalt Hacker News

walrus01yesterday at 10:54 PM3 repliesview on HN

It would be nice if unsloth published GGUFs would use a version number or something, because now I have multiple different files on local storage that otherwise have exactly the same name.

"Qwen3.8-27B-UD-Q8_K_XL.gguf" for instance.

The one downloaded at least 4 days ago is a different thing and is NOT the "Dynamic 3.0" GGUF which I am now downloading, which I presume will have a different sha256 checksum?

The unsloth page says dynamic 3.0 is released "today", but I have an older copy of qwen3.8 27B Q8 which I downloaded, if I remember right, at least 4-5 days ago...

https://huggingface.co/unsloth/Qwen3.8-27B-GGUF


Replies

prima-facietoday at 12:14 AM

You can manage these easily with the huggingface python app.

hf download hf://unsloth/Qwen3.8-27B-GGUF \ Qwen3.8-27B-UD-Q4_K_XL.gguf

and then see them with `hf cache ls`.

Prune old versions with `hf cache prune`.

show 2 replies
jlbprofyesterday at 11:46 PM

How can I tell which one I have? I dl'd mine a few days ago.

show 1 reply
m463yesterday at 11:48 PM

I wonder if there should be some kind of header sort of like a README inside mixed with something like EXIF information that camera images embed.

show 1 reply