e155edc
1
2
3
4
5
6
7
8
9
#!/bin/sh # Start Ollama in the background ollama serve & # Wait for the server to start sleep 5 # Pull the model ollama pull all-minilm # Stop the background server kill %1