ollama-server / ollama-pull.sh
thewise's picture
Create ollama-pull.sh
c9e8946 verified
raw
history blame
111 Bytes
#!/bin/bash
echo "Starting server"
ollama serve &
sleep 1
echo "Pulling $model"
ollama pull $model # model here