thewise commited on
Commit
c9e8946
1 Parent(s): 0fb8e0d

Create ollama-pull.sh

Browse files
Files changed (1) hide show
  1. ollama-pull.sh +6 -0
ollama-pull.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ echo "Starting server"
3
+ ollama serve &
4
+ sleep 1
5
+ echo "Pulling $model"
6
+ ollama pull $model # model here