-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gguf import stuck #531
Comments
Having the same issue here. |
It just takes a while, it needs to upload the whole file to the Ollama instance, then Ollama processes it to make it a model |
Hm, I'm not sure. I saw an ollama serve process take some cpu time but right now, there's nothing from ollama using cpu time at all. |
There's a window that is shown when a model fails to download / import, if nothing appears then it's still working on it. Either way GGUF importing has always been a pain to get working so it wouldn't surprise me if it just gives up without returning an error |
I stopped Alpaca from adding the model, closed Alpaca, reopened it, tried to add the model again, and it worked! |
well that's weird, glad it work tho hahaha |
I've cracked the code. Actually, if you don't fill in the "Tag" field, the GGUF model is never added. If you do, well, it is added quickly. |
https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUF/tree/main
i've download https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUF/blob/main/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2.Q5_K_M.gguf
when adding using model creator, gguf, it is stuck there.
is there a simpler way to use gguf?
The text was updated successfully, but these errors were encountered: