Instructions to use kcoopermiller/aya-101-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kcoopermiller/aya-101-GGUF with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("kcoopermiller/aya-101-GGUF") model = AutoModelForMultimodalLM.from_pretrained("kcoopermiller/aya-101-GGUF") - Notebooks
- Google Colab
- Kaggle
Could be possible to upload it to Ollama?
#2
by AndresRojoInteracso - opened
I did try to create a modelfile with no success for the moment (It is the first one that I tryed). Do you know if there is any limitation? Someone could help me?