Skip to content
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

Open
fastrizwaan opened this issue Feb 7, 2025 · 7 comments
Open

gguf import stuck #531

fastrizwaan opened this issue Feb 7, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@fastrizwaan
Copy link

fastrizwaan commented Feb 7, 2025

Image

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?

@fastrizwaan fastrizwaan added the bug Something isn't working label Feb 7, 2025
@stereomato
Copy link

Having the same issue here.

@Jeffser
Copy link
Owner

Jeffser commented Feb 8, 2025

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

@stereomato
Copy link

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.

@Jeffser
Copy link
Owner

Jeffser commented Feb 8, 2025

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

@stereomato
Copy link

I stopped Alpaca from adding the model, closed Alpaca, reopened it, tried to add the model again, and it worked!

@Jeffser
Copy link
Owner

Jeffser commented Feb 8, 2025

well that's weird, glad it work tho hahaha

@stereomato
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants