When attempting to download some of the quants provided by unsloth (UD-Q4_K_XL), docker model pull is unable to find / match them.
~ ❯ docker model pull hf.co/unsloth/Kimi-K2-Instruct-0905-GGUF:UD-Q4_K_XL
Retrying download (attempt 1/3) in 1s...
^C%
~ ❯ docker model pull hf.co/unsloth/Kimi-K2-Instruct-0905-GGUF:Q4_K_XL
Retrying download (attempt 1/3) in 1s...
Retrying download (attempt 2/3) in 2s...
^C%
It works fine for other quants in the same repository.
~ ❯ docker model pull hf.co/unsloth/Kimi-K2-Instruct-0905-GGUF:Q4_K_M
5ddfa1832cb1: Downloading [> ] 397.1MB/44.23GB
5ddfa1832cb1: Downloading [> ] 401.1MB/44.23GB
124c30f2497a: Downloading [> ] 482.7MB/49.55GB
eb48051961b5: Downloading [> ] 337.5MB/46.3GB
...
I think this is most likely due to the prefix used for the folder and/or naming scheme: https://huggingface.co/unsloth/Kimi-K2-Instruct-0905-GGUF/tree/main/UD-Q4_K_XL not working nicely with however docker model runner parses and matches the files in the repo.
Note that HF kind of does the same thing on the model card where it's listing quants, it has it listed without the prefix even though it's not reflected in the folder / file structure.

When attempting to download some of the quants provided by unsloth (UD-Q4_K_XL),
docker model pullis unable to find / match them.It works fine for other quants in the same repository.
I think this is most likely due to the prefix used for the folder and/or naming scheme: https://huggingface.co/unsloth/Kimi-K2-Instruct-0905-GGUF/tree/main/UD-Q4_K_XL not working nicely with however docker model runner parses and matches the files in the repo.
Note that HF kind of does the same thing on the model card where it's listing quants, it has it listed without the prefix even though it's not reflected in the folder / file structure.