llama-cpp-python icon indicating copy to clipboard operation
llama-cpp-python copied to clipboard

Add command-r support like llamacpp has

Open rombodawg opened this issue 2 years ago • 5 comments

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

rombodawg avatar Mar 16 '24 03:03 rombodawg

Seconding this request. Command-R shows a lot of promise.

Gaverfraxz avatar Mar 17 '24 20:03 Gaverfraxz

+1 pls

azulika avatar Mar 19 '24 05:03 azulika

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.

abetlen avatar Mar 20 '24 16:03 abetlen

I think this the description of chat format: https://docs.cohere.com/docs/prompting-command-r

v2rockets avatar Mar 21 '24 07:03 v2rockets

Related PR #1382

jmtatsch avatar Apr 30 '24 07:04 jmtatsch