Add command-r support like llamacpp has
llamacpp has recently added command-r suppport. Can we get it for llamacpp-python?
https://github.com/ggerganov/llama.cpp/commit/12247f4c69a173b9482f68aaa174ec37fc909ccf
https://huggingface.co/CohereForAI/c4ai-command-r-v01
Seconding this request. Command-R shows a lot of promise.
+1 pls
Hey sorry for the late reply here, the model should work as of the version 0.2.57 pushed a couple of days ago.
One issue though is that the gguf files I saw on HF don't include the chat format.
I think this the description of chat format: https://docs.cohere.com/docs/prompting-command-r
Related PR #1382