I want to pull the llm model in Google Colab notebook. I write the following commands:
1)!pip install ollama
2) !ollama pull nomic-embed-text
I got the following output:
/bin/bash: line 1: ollama: command not found
How can I solve this in google colab notebook?
I want to pull the model in google colab notebook
New contributor
ADINATH DESAI is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1