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
Remove AutoConfig, AutoModel and AutoModelForCausalLM register
#37
by jmprcp - opened
Removing AutoConfig registering code to tackle this issue.
jmprcp changed pull request title from Update configuration_cohere.py to Remove AutoConfig, AutoModel and AutoModelForCausalLM register
Any update?
Should be merged IMO.
These files are no longer utilized so we are closing this comment. Feel free to re-open if you are still experiencing issues.
sarahooker changed pull request status to closed