ankanpy commited on
Commit
9e61d3e
·
verified ·
1 Parent(s): f98d9aa

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +1 -0
startup.sh CHANGED
@@ -4,6 +4,7 @@
4
  set -e # Exit immediately if a command exits with a non-zero status.
5
 
6
  echo "Starting Ollama server in the background..."
 
7
  ollama serve > /tmp/ollama.log 2>&1 &
8
  OLLAMA_PID=$! # Get PID of the backgrounded ollama serve
9
 
 
4
  set -e # Exit immediately if a command exits with a non-zero status.
5
 
6
  echo "Starting Ollama server in the background..."
7
+ ollama --version
8
  ollama serve > /tmp/ollama.log 2>&1 &
9
  OLLAMA_PID=$! # Get PID of the backgrounded ollama serve
10