Earlier quoted context omitted.
Why would it take a couple days? Is it not a matter of uploading the model to their registry, or are there more steps involved than that?
Ollama depends on llama.cpp as its backend, so if there are any changes that need to be made to support anything new in this model architecture or tokenizer, then it will need to be added there first. Then the model needs to be properly quantized and formatted for GGUF (the model format that llama.cpp uses), tested, and uploaded to the model registry. So there's some length to the pipeline that things need to go thro…
Same! Big kudos to all involved