Update ollama.sh
Browse files
ollama.sh
CHANGED
|
@@ -7,4 +7,6 @@ ollama serve &
|
|
| 7 |
# Wait for the server to start
|
| 8 |
sleep 5
|
| 9 |
# Pull the model
|
| 10 |
-
ollama pull all-minilm
|
|
|
|
|
|
|
|
|
| 7 |
# Wait for the server to start
|
| 8 |
sleep 5
|
| 9 |
# Pull the model
|
| 10 |
+
ollama pull all-minilm
|
| 11 |
+
|
| 12 |
+
exec ollama serve
|