Skip to content

Need help on downloading model from hugging face and specifying parameters #97

@gyzerok

Description

@gyzerok

Hello there!

I am now trying to configure Docker Model runner and got couple of questions which I can't figure out from the docs. Hopefully you can lend me a hand here and maybe also improve your documentation.

How can I download specific quant from hugging face? I've tried the following, but it didn't work.

% docker model pull https://huggingface.co/unsloth/Qwen3-32B-GGUF/resolve/main/Qwen3-32B-UD-Q4_K_XL.gguf
Failed to pull model: pulling https://huggingface.co/unsloth/Qwen3-32B-GGUF/resolve/main/Qwen3-32B-UD-Q4_K_XL.gguf failed with status 400 Bad Request: Invalid model reference

% docker model pull hf.co/unsloth/Qwen3-32B-GGUF/resolve/main/Qwen3-32B-UD-Q4_K_XL.gguf
Failed to pull model: pulling hf.co/unsloth/qwen3-32b-gguf/resolve/main/qwen3-32b-ud-q4_k_xl.gguf failed with status 500 Internal Server Error: error while pulling model: reading model from registry: failed to pull model "hf.co/unsloth/qwen3-32b-gguf/resolve/main/qwen3-32b-ud-q4_k_xl.gguf": UNKNOWN - GET https://huggingface.co/v2/unsloth/qwen3-32b-gguf/resolve/main/qwen3-32b-ud-q4_k_xl.gguf/manifests/latest: unexpected status code 404 Not Found: {"error":"Sorry, we can't find the page you are looking for."}

How can I specify additional parameters such as enable_thinking, temperature, top_p and such?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions