Zack Saadioui
8/27/2024
1
2
bash
curl -fsSL https://ollama.com/install.sh | sh
1
2
bash
ollama --version
1
2
bash
gcloud auth login
1
2
bash
ollama run your-model-id
1
your-model-id
1
2
bash
curl -X POST -H "Content-Type: application/json" -d '{"instances": [{"input": "Your test input"}]}' http://localhost:11434/predict
Copyright Š Arsturn 2024