Instructions to use CohereLabs/c4ai-command-r-v01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CohereLabs/c4ai-command-r-v01 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CohereLabs/c4ai-command-r-v01", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Any recommended frontend to run this model?
#30
by DrNicefellow - opened
The frontend is supposed to support using RAG usage with this model.
I believe openwebui (with ollama) supports RAG, some extension on oogabooga may also do the same, but afaik openwebui comes with it standard
I believe openwebui (with ollama) supports RAG, some extension on oogabooga may also do the same, but afaik openwebui comes with it standard
But this model has his peculiar way of prompting RAG, which would probably yield optimal performances.
alexrs changed discussion status to closed